Clan x86

Technical (Development, Security, etc.) => General Programming => Operating System Development => Topic started by: xXIanXx on February 21, 2007, 11:30:51 am

Title: Help with bochs
Post by: xXIanXx on February 21, 2007, 11:30:51 am
I got bochs working, but now I'm trying to make a disk image. How do I add files to it? I'm on a mac.

I made the testrun.img file now what would I need to do to add files?
Title: Re: Help with bochs
Post by: Joe on February 21, 2007, 02:17:03 pm
I forget -- can a Mac mount IMG files with Disk Mounter, like a DMG? If so, it's that easy. If not, I have no clue. :P
Title: Re: Help with bochs
Post by: Warrior on February 21, 2007, 07:07:04 pm
I got bochs working, but now I'm trying to make a disk image. How do I add files to it? I'm on a mac.

I made the testrun.img file now what would I need to do to add files?

Bochs is just the emulator, nothing else. You'll need a separate file.
Title: Re: Help with bochs
Post by: xXIanXx on February 21, 2007, 11:46:55 pm
Ok what do you use?
I have nasm so I compiled a nasm binary file it's 512bytes. What would I use to put it into an img file? Command line is fine.

Yes macs can open dmg's.
Title: Re: Help with bochs
Post by: chuck on February 22, 2007, 09:55:26 am
I found bochs was a pain in the a$$ to run on a mac. Try Q (http://www.kju-app.org/kju/), its free aswell and works OK.
Title: Re: Help with bochs
Post by: xXIanXx on February 22, 2007, 12:22:42 pm
Q does not work for me it always says not a bootable disk.
So boch works fine for me.
Title: Re: Help with bochs
Post by: Warrior on February 22, 2007, 04:23:13 pm
Ok what do you use?
I have nasm so I compiled a nasm binary file it's 512bytes. What would I use to put it into an img file? Command line is fine.

Yes macs can open dmg's.

http://www.osdev.org/wiki/Category:Disk_Image_Utilities
WinImage being my favorite.