summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-04-11 21:21:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-04-11 21:21:58 +0200
commit35248285169fe6ba5ff1263a6da754da9af261e1 (patch)
treea5bbf5f4b52c836cc2433f82dd4c91b850605951
parentd86807a90849b22b83f0b20e83ece57ffe893836 (diff)
downloaduflbbl-35248285169fe6ba5ff1263a6da754da9af261e1.tar.gz
uflbbl-35248285169fe6ba5ff1263a6da754da9af261e1.tar.bz2
added separate TODO and BUGS files
-rw-r--r--BUGS1
-rw-r--r--README11
-rw-r--r--TODOS7
3 files changed, 8 insertions, 11 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..a71db35
--- /dev/null
+++ b/BUGS
@@ -0,0 +1 @@
+- 86BOX shows some weird unintialized string when booting the first floppy in the kernel version
diff --git a/README b/README
index 115f768..c3595df 100644
--- a/README
+++ b/README
@@ -469,14 +469,3 @@ references
- https://wiki.syslinux.org/wiki/index.php?title=The_Syslinux_Project
- Lilo (but the code is hard to read and looks quite chaotic)
- Linux 1.x old boot floppy code
-
-todos
------
-
-- have an early console also for serial (uart8250 in assembly, yuck)
-- the kernel parameters are in boot.asm hard-coded, cannot be passed
- from outside
-- test more A20 switching stuff on real hardware
-- 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
diff --git a/TODOS b/TODOS
new file mode 100644
index 0000000..b8cbc80
--- /dev/null
+++ b/TODOS
@@ -0,0 +1,7 @@
+- have an early console also for serial (uart8250 in assembly, yuck)
+- the kernel parameters are in boot.asm hard-coded, cannot be passed
+ from outside
+- test more A20 switching stuff on real hardware
+- 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