summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-09 17:43:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-09 17:43:01 +0200
commit13e26c52945650293ccc5c6c31e1470f043d7d10 (patch)
tree7d0771bd8b609c85d146cc2aa04b98534423d731 /BUGS
parentc5320e104bf9cf6f8ec897d5a2b6679d21885906 (diff)
downloadabaos-13e26c52945650293ccc5c6c31e1470f043d7d10.tar.gz
abaos-13e26c52945650293ccc5c6c31e1470f043d7d10.tar.bz2
fixed stage 1 boot loader problems (worked in some BIOSes across
the 2 times sector/track limit). loading sectors one by one now fixed also spin down problem after loading stage 2 and the kernel for now tested with 1.44 MB floppies (both real and in bochs/qemu)
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS7
1 files changed, 1 insertions, 6 deletions
diff --git a/BUGS b/BUGS
index 69b9a8d..6afbc5b 100644
--- a/BUGS
+++ b/BUGS
@@ -1,9 +1,4 @@
-- on AMD-K5 machine, bootloader results in DISK ERROR 0x0004
- (too many sectors read in one row?)
- PS/2 answers with ERROR if PS/2 mouse is not connected,
read_ack should handle error cases correctly. We should
- also probe correctly for the mouse.
-- floppy drive doesn't spin down after reading stage2 and
- kernel from floppy. Do we have to call 0x13, 0x00 reset
- drive?
+ also probe correctly for the mouse. (0xFE on all commands)