From 13e26c52945650293ccc5c6c31e1470f043d7d10 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Jun 2017 17:43:01 +0200 Subject: 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) --- doc/LINKS.TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/LINKS.TODO') 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 -- cgit v1.2.3-54-g00ecf