summaryrefslogtreecommitdiff
path: root/doc/LINKS.TODO
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-09 21:40:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-09 21:40:05 +0200
commit0be74eeee017b7116126e258b97df5a857dac4ab (patch)
tree5f1e1b5ac76e74214abb111ab2a0dac64ef2ecef /doc/LINKS.TODO
parent2a83f352967435beb05582e5119b9e9e0cfefe3a (diff)
downloadabaos-0be74eeee017b7116126e258b97df5a857dac4ab.tar.gz
abaos-0be74eeee017b7116126e258b97df5a857dac4ab.tar.bz2
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
Diffstat (limited to 'doc/LINKS.TODO')
-rw-r--r--doc/LINKS.TODO1
1 files changed, 1 insertions, 0 deletions
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