Page 1 of 1

Now in Linux

Posted: Mon Sep 10, 2007 1:10 pm
by salil_bhagurkar
I am currently trying to make linux as my dev environment. I am done with nasm and Bochs... Now i need a program that will create a virtual grub floppy in which i can copy my newly compiled os image and tell bochs to boot into it... In Windows I did it using VFD. But how do i do it in linux?

Posted: Mon Sep 10, 2007 2:23 pm
by Combuster

Posted: Mon Sep 10, 2007 2:58 pm
by OrOS
If your OS is sector based, IE no filesystem, use DD to create your image file.

Posted: Mon Sep 10, 2007 3:43 pm
by JamesM