Jump to content

Recommended Posts

Posted

And no, i'm not talking about virtual pc, but a free lil program called QEMU Free OS Zoo QEMU Windows Port

it might not be as fast as VMWare albeit it doesnt seem to be much slower, but it's small and FREE as in free beer, and probably most people tinkering with nlite and vmware can get the hang of using QEMU.


Posted

this looks good, i havent really tried it (im defragging my hdd atm)

but it has definate potential :D

Posted

i cannot understand this..

     qemu.exe -L . -m 64 -boot a -fda floppy.img -hda harddisk.img -cdrom cdimage.iso

  -L : bios location

  -m : memory size (Mbyte)

  -boot : boot device  floppy(a), hard disk©, CD-ROM(d)

  -fda : floppy image

  -hda : hard disk image

  -cdrom : CD-ROM image

i first need 2 burn my image 2 CDR ? IMO if thats the case it kinda defeats the purpose :P

EDIT: ive got it 2 boot from cd, by just using -cdrom blah.iso but setup complains about not having a hdd there, how do i "make" 1? lol

Posted

I think this is it.

3. Hard disk
You can make hard disk image which is 10 MB as follows.

$ dd if=/dev/zero of=./harddisk.img bs=1024 count=10000

I've heard about this program but haven't tried it yet.

Anyone else have any comments on it?

Edit: Disregard above... It's for Linux... I didn't read what I was pasting...

Edit: No good for me... :(

A hard disk image file is up to 2GB.

Inside the readme file.

Posted

even setting in the "bios" to boot from cdrom instead of hdd is a task i cannot figure out how lol

Posted

-boot d

that's for booting from cdrom instead of floppy, as for creating an hd image, you could take a big file and use that, the installer from FreeOS Zoo has an utility to make such files, i'm also attaching it to here.

and indeed it seems that it has a limit of 2Gb, but perhaps thats beacuse of fat32 and might make bigger images on ntfs.

mkqemuimage.exe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...