bootsector woes :(

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
silas

bootsector woes :(

Post by silas »

i've been have a lot of trouble with my bootsector code and was hoping you guys could help. the code is here: http://virtue.nu/foobar/boot/boot.html.
Chase

RE:bootsector woes :(

Post by Chase »

>On 2001-04-05 19:53:55, silas wrote:
>i've been have a lot of trouble with my bootsector code
>and was hoping you guys could help. the code is
>here: http://virtue.nu/foobar/boot/boot.html.

You're trying to do to much in your boot sector.
Since they are such a pain to debug I'd recommend
moving your A20 & PMode stuff to a dos com executable
and make the boot sectors only purpose to find and load
that file.

You may want to take a look at my unfinished tutorial at
http://www.osdev.org/developers/guide02/index.html
It talks a little bit aboi=ut debugging a boot sector.
Post Reply