From 35248285169fe6ba5ff1263a6da754da9af261e1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 11 Apr 2023 21:21:58 +0200 Subject: added separate TODO and BUGS files --- BUGS | 1 + README | 11 ----------- TODOS | 7 +++++++ 3 files changed, 8 insertions(+), 11 deletions(-) create mode 100644 BUGS create mode 100644 TODOS 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 -- cgit v1.2.3-54-g00ecf