summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-05-11 14:45:33 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-05-11 14:45:33 +0200
commitb5951e36678606113b919257b208c51de0fab659 (patch)
treedcbdf4d7b6b55a9d0047048b912fe37b24be0abd
parent9f860bb4e6ea5ffb07944aa072a7057804b0118c (diff)
downloaduflbbl-b5951e36678606113b919257b208c51de0fab659.tar.gz
uflbbl-b5951e36678606113b919257b208c51de0fab659.tar.bz2
updated todos
-rw-r--r--TODOS5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODOS b/TODOS
index 5043261..00d407f 100644
--- a/TODOS
+++ b/TODOS
@@ -13,4 +13,7 @@
- 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)
-
+- have a ustar entry PARAMS, so we can set the boot parameters with
+ a file instead of recompiling the boot image. This is also 1 block
+ on the floppy which can be easily patched without having to redo
+ the whole floppy write process.