OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Apr 25, 2024 4:03 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: partcopy help
PostPosted: Sun May 15, 2005 2:21 am 
right i have two files

pkernel.bin kernel
pboot.bin bootloader

how do i use partcopy to put the bootloder on a floppy disk


Top
  
 
 Post subject: Re:partcopy help
PostPosted: Sun May 15, 2005 3:46 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 2:31 am
Posts: 5964
Location: In a galaxy, far, far away
http://www.osdev.org/osfaq2/index.php/BabyStep1 will tell you how to do for the bootloader.

For your kernel, that'll depend on where the bootloader expects it, of course, and how long it is ...

_________________
Image May the source be with you.


Top
 Profile  
 
 Post subject: Re:partcopy help
PostPosted: Sun May 15, 2005 4:34 am 
Of course if you format your floppy with a file system say fat12 and write the necessary functions to search for it you can copy it directly do the floppy.


Top
  
 
 Post subject: Re:partcopy help
PostPosted: Mon May 16, 2005 4:30 am 
Offline
Member
Member
User avatar

Joined: Sat Oct 23, 2004 11:00 pm
Posts: 1223
Location: Sweden
copy pboot.bin+bkernel.bin osimage.img
partcopy osimage.img 0 IMAGE_SIZE_IN_HEX -f0

HTH

/ Christoffer

_________________
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub


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

All times are UTC - 6 hours


Who is online

Users browsing this forum: Google [Bot] and 211 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