From 9f860bb4e6ea5ffb07944aa072a7057804b0118c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 May 2023 09:33:31 +0200 Subject: updated todos --- TODOS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/TODOS b/TODOS index b8cbc80..5043261 100644 --- a/TODOS +++ b/TODOS @@ -5,3 +5,12 @@ - better detection of swapped disks (but do we want a special sector with disk 2 of 5? This is much harder to create) - test other floppy sizes +- have a GOTO marker to go to the next floppy , this is useful + for having for instance 2 floppies contain the kernel, then skip + to floppy 3 and following for the ramdisk, so we can create 2 sets + (boot and root floppies) and don't have to rebuild everything because + one byte changes in the kernel or in the ramdisk +- have FLOPPY markers which tell the boot loader, which flopy is + currently inserted. This helps also to detetc out-of-order insersion + of floppies (also add this detection code) + -- cgit v1.2.3-54-g00ecf