OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Apr 18, 2024 2:22 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Boot loaders
PostPosted: Tue Dec 18, 2001 12:00 am 
Does anyone have a copy of a well commented
first stage bootloader? I have taken asm
classes in school but some parts of the boot
loaders I have studied still confuse me.

If you know of any good sources, could you post
me a link?


Top
  
 
 Post subject: RE:Boot loaders
PostPosted: Tue Dec 18, 2001 12:00 am 
>On 2001-12-18 00:12:40, os_dev wrote:
>Does anyone have a copy of a well commented
>first stage bootloader?

http://www.execpc.com/~geezer/temp/contig.asm
http://www.execpc.com/~geezer/temp/ext2.asm
http://www.execpc.com/~geezer/temp/fat12.asm


Top
  
 
 Post subject: Thanks
PostPosted: Wed Dec 19, 2001 12:00 am 
Thanks a lot man, looking at these has helped quite
a bit.


Top
  
 
 Post subject: Problems making boot diskette
PostPosted: Wed Dec 19, 2001 12:00 am 
I tried both the original and my own variation of
the fat12.asm and tried to write it to a disk using
the rawwrite linux utility. However, it couldn't find
my kernel. I have tried downloading other source codes
that supposedly write to specific sectors, but they all
don't work because of an external unreferenced _biosdisk
from bios.h

I would rather have some assembly code, but is there anything
else I am doing wrong?


Top
  
 
 Post subject: Nevermind
PostPosted: Thu Dec 20, 2001 12:00 am 
I found some better software.


Top
  
 
 Post subject: RE:Nevermind
PostPosted: Thu Dec 20, 2001 12:00 am 
>On 2001-12-20 15:33:59, os_dev wrote:
>I found some better software.

OK.

If you were using FAT12.ASM, there was a bug in it. Find the line that says

%define SS_NAME "load.bin"

and change it to

%define SS_NAME "LOAD BIN"

(4 spaces between LOAD and BIN)


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot] and 438 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group