Page 1 of 1

Here's some VERY well commented bootsector code

Posted: Wed Jul 25, 2001 6:23 pm
by BLoggins02
I have a website at http://bloggins02.freeservers.com. ?I just put the website up and I'm handcoding the HTML in VI then uploading it so the site will get better, but incrementally ?;D

Anyway, there's a link to my bootsector code that I've been working on. ?I tried to write it like an article and annotate some of the problems I ran across. ?

I'm looking forward to any suggestions anyone has, but if you have them, please refrain from emailing me (unless you have a very specific question) and post them here so everyone can benefit.

Re: Here's some VERY well commented bootsector cod

Posted: Thu Jul 26, 2001 10:01 am
by Kenneth Garin
Very good, I like how its simple to understand and well commented. The next time someone asks me how to program a bootstrap I will point them to your web site :)

Re: Here's some VERY well commented bootsector cod

Posted: Thu Jul 26, 2001 11:24 am
by BLoggins02
Yeah because, you know, I have people ask me EVERY day. ?I'm really starting to get sick of it ;-)

Seriously though, it seems as though more and more people are becoming interested in how to write an operating system. ?But the topic is still somewhat of a black art. ?I'm amassing somewhat of a good collection of links that should all be in one place, but aren't. ?I'd like to start categorizing them so I can put them on my website. ?Tonight I think I'm going to start with TSSs and the like. ?I'd normally write an exception handler, but actually I've found that letting my "OS" crash VMWare with debugging turned on is a Good Thing, because it shows me the instruction that generated the exception, along with the error code. ?Not that I couldn't implement that myself, and not that I won't pretty soon, but hey, I'm lazy, hehe :)

Thank you for the compliment BTW

Breckin

Re:Here's some VERY well commented bootsector code

Posted: Sun Aug 04, 2002 3:59 am
by Depak
Hey why this page is not available? where can i get that website? is that moved to some other place?
please help me out.. i want to write an OS please....

Re:Here's some VERY well commented bootsector code

Posted: Wed Aug 07, 2002 3:29 pm
by Tom
The website is at : http://bloggins02.dyndns.org/

Re:Here's some VERY well commented bootsector code

Posted: Thu Aug 08, 2002 2:59 am
by frank
>http://www.mega-tokyo.com/forum/index.php?board=1;action=display;threadid=1096
on the bottom,
also a nice bootsector :)
but not very well commented ...
oh well, who needs a lot of comment anyway, source explains itself :P