From 1b977cae644ef2344d235f03643b22ddc788beec Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 21 Nov 2025 15:56:44 -0500 Subject: [PATCH] Add TODO. --- Machines/Enterprise/HostFS/hostfs.z80s | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Machines/Enterprise/HostFS/hostfs.z80s b/Machines/Enterprise/HostFS/hostfs.z80s index 53cde0031..956e727ea 100644 --- a/Machines/Enterprise/HostFS/hostfs.z80s +++ b/Machines/Enterprise/HostFS/hostfs.z80s @@ -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.