summaryrefslogtreecommitdiff
path: root/doc/LINKS.TODO
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 /doc/LINKS.TODO
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 'doc/LINKS.TODO')
-rw-r--r--doc/LINKS.TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index d58cc0d..81e0466 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -67,6 +67,9 @@ http://www.sci.muni.cz/docs/pc/serport.txt
Boot:
https://www.cs.cmu.edu/~410-s07/p4/p4-boot.pdf
+http://www.osdever.net/tutorials/view/loading-sectors
+http://www.osdever.net/tutorials/view/lba-to-chs
+LILO boot loader
C:
http://www.drdobbs.com/extending-c-for-object-oriented-programm/184402731