Starting OS w/o floppy
Moderator:Moderators
What's the best way to start such an OS, if you have not got a floppy disk at your computer. How can you boot from and load from/save to USB memory stick in an easy way. Can you show me a link to an USB driver?
Re: Starting OS w/o floppy
you can work without a real floppy drive by using a Virtual Floppy Driver.
This is a small bit of software that can mount small isos as if they were real floppy drives. Then emulators such as Bochs can work with this as if it were a floppy drive.
Alternativly, if you want to use physical hardware, your bios must support USB booting in which case, the dl register at the very beginning of execution of the bootsector contains the drive number used to boot. All you need to do is save this and use it in the int 0x13 call rather than using a default drive of 0.
~Andrew
This is a small bit of software that can mount small isos as if they were real floppy drives. Then emulators such as Bochs can work with this as if it were a floppy drive.
Alternativly, if you want to use physical hardware, your bios must support USB booting in which case, the dl register at the very beginning of execution of the bootsector contains the drive number used to boot. All you need to do is save this and use it in the int 0x13 call rather than using a default drive of 0.
~Andrew

Re: Starting OS w/o floppy
If you mean you have an OS that's meant to boot off of a floppy but the computer you want to test on doesn't have a floppy. (A real hardware test)
You can use MagicISO to create a bootable CD.
ISOs can emulate floppies until you leave RMode.
BIOSs can emulate CD drives as an HDD or CD for compatibility.
You can use MagicISO to create a bootable CD.
ISOs can emulate floppies until you leave RMode.
BIOSs can emulate CD drives as an HDD or CD for compatibility.
Re: Starting OS w/o floppy
the best ways are: eigther use hard disk (but hard to implement at the begginers stage) or use virtual machine that support virtual floppies - the easiest way: need no reset and work quickly.
Daniel.
Daniel.
Thinking of great - thinking of little, thinking of little - thinking of great.
- joniwalker
- Posts:7
- Joined:Sat Nov 21, 2009 1:09 pm
Re: Starting OS w/o floppy
You can do a network boot, see http://syslinux.zytor.com/wiki/index.php/PXELINUX/
Current developing:
- Jupitel OS - A Win32/Linux Hybrid System
- Line Dark The Secret of Knight a 2d/3d MMORPG game
- knowledgegranted
- Posts:1
- Joined:Tue Jun 01, 2010 3:41 am
Re: Starting OS w/o floppy
Depending on your motherboard manufacturer, many motherboards now support booting off of a USB drive. Check around on the internet and see if your motherboard supports it.