How to change a bootable floppy image for Bochs in Linux
Posted: Wed Aug 17, 2005 8:39 am
Hi!
I am writing an OS and I want to test it frequently. I have a floppy image that includes boot sector and file system.
I can mount the floppy image' file system part to a directory whith:
mount -o loop ./floppy.img ./mount
When I move files to the mounted image's directory and then try to:
umout ./mount
the changes won't be written to the original floppy image. How can I get it working? (And I want the Grub's bootable part to be there too)
I am writing an OS and I want to test it frequently. I have a floppy image that includes boot sector and file system.
I can mount the floppy image' file system part to a directory whith:
mount -o loop ./floppy.img ./mount
When I move files to the mounted image's directory and then try to:
umout ./mount
the changes won't be written to the original floppy image. How can I get it working? (And I want the Grub's bootable part to be there too)