Page 1 of 1

bootsector woes :(

Posted: Wed Apr 04, 2001 11:00 pm
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.

RE:bootsector woes :(

Posted: Fri Apr 06, 2001 11:00 pm
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.