summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-05 09:33:31 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-05 09:33:31 +0200
commit9f860bb4e6ea5ffb07944aa072a7057804b0118c (patch)
treede79400017e055c779e73c55650283b8b4db2d9a
parent35248285169fe6ba5ff1263a6da754da9af261e1 (diff)
downloaduflbbl-9f860bb4e6ea5ffb07944aa072a7057804b0118c.tar.gz
uflbbl-9f860bb4e6ea5ffb07944aa072a7057804b0118c.tar.bz2
updated todos
-rw-r--r--TODOS9
1 files changed, 9 insertions, 0 deletions
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<n> marker to go to the next floppy <n>, 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<n> 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)
+