From 0be74eeee017b7116126e258b97df5a857dac4ab Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 9 Jun 2017 21:40:05 +0200 Subject: tried to probe disk geometry with mixed success (emulated FDD mode on USB not working). Code in stage1 gets too complex to fit 512 bytes, so we most likely must load stage2 with a simple algorithm (maybe 8 sectors every bios 13h/2h function is able to deliver). Then we load the kernel in a second, more complex loading step --- doc/LINKS.TODO | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/LINKS.TODO') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 81e0466..c51106b 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -70,6 +70,7 @@ 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 +http://www.uruk.org/orig-grub/PC_partitioning.txt C: http://www.drdobbs.com/extending-c-for-object-oriented-programm/184402731 -- cgit v1.2.3-54-g00ecf