Bochs

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
mobruan
Member
Member
Posts: 71
Joined: Thu Oct 09, 2008 8:25 am
Location: Rio de Janeiro - Brazil

Bochs

Post by mobruan »

How do i make a bootloader run on bochs without having to burn it on a cd?
User avatar
bewing
Member
Member
Posts: 1401
Joined: Wed Feb 07, 2007 1:45 pm
Location: Eugene, OR, US

Re: Bochs

Post by bewing »

Bochs allows you to create files on your disk, within your current OS, and "pretend" that the files are hard disks, or floppy disks. Then the problem becomes one of just writing the correct data to the files.
You can also use an actual floppy drive.
It is also possible under a *NIX OS to attach a hard drive to your system, and use the entire hard drive for your new OS, under bochs.
User avatar
cr2
Member
Member
Posts: 162
Joined: Fri Jun 27, 2008 8:05 pm
Location: ND, USA

Re: Bochs

Post by cr2 »

OS-LUX V0.0
Working on...
Memory management: the Pool
egos
Member
Member
Posts: 612
Joined: Fri Nov 16, 2007 1:59 pm

Re: Bochs

Post by egos »

mobruan wrote:How do i make a bootloader run on bochs without having to burn it on a cd?
mkisofs?
If you have seen bad English in my words, tell me what's wrong, please.
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: Bochs

Post by Love4Boobies »

Try using dd (*NIX) or partcopy (Windows).
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
Post Reply