|
From: | bilsch01 |
Subject: | Creating image of OS to run with qemu. |
Date: | Thu, 31 Oct 2019 01:12:49 -0700 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
qemu-system-i386 -fda jsec2.bin will not work. Here's some other possibilities:
1) I need an image of a bootable floppy with a bootsector that jumps to a file named jsec2.bin just like an msdos boot sector jumps to the file named IO.SYS contained in the file system on the disk. Is there a tool that I can adapt to this purpose?
2) possibly there is some way to make a grub floppy image or iso that boots the executable in jsec2.bin. If there is a way using a grub tool?
Actually, both of these ideas suck because I want to use qemu for running the code as I develop it and these ideas are slow and cumbersome. Any suggestions will be appreciated. Thanks Bill S.
[Prev in Thread] | Current Thread | [Next in Thread] |