1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-23 05:19:20 +00:00

Add TODO.

This commit is contained in:
Thomas Harte
2025-11-21 15:56:44 -05:00
parent 0cd1921971
commit 1b977cae64

View File

@@ -27,6 +27,10 @@
dw 0x4000 + (device_chain & 0x3fff)
; ROM entry point; there is no startup code.
;
; Possibly TODO: use EXOS call 19 to set this as the default filing system.
; Disk dives do this, it's not unprecedented.
;
ret
dw 0 ; XX_NEXT_LOW/HI: Pointer to start of next device. There is no next device.