Search found 6 matches
- Sun Feb 15, 2009 5:25 am
- Forum: Beginning OS Development
- Topic: Booting from Flash Drive
- Replies: 3
- Views: 18806
- Sat Feb 14, 2009 2:48 am
- Forum: Beginning OS Development
- Topic: Booting from Flash Drive
- Replies: 3
- Views: 18806
Booting from Flash Drive
Sorry if this has been asked before, but can anyone know if/how I can boot the OS from a flash drive? I just built a new computer and decided not to get a floppy drive, but I want to run this on real hardware. Thanks in advance.
- Sun Oct 05, 2008 11:23 pm
- Forum: Beginning OS Development
- Topic: Bootloader 4 tutorial problem
- Replies: 6
- Views: 29874
- Sun Oct 05, 2008 8:56 pm
- Forum: Beginning OS Development
- Topic: Bootloader 4 tutorial problem
- Replies: 6
- Views: 29874
- Sun Oct 05, 2008 7:44 pm
- Forum: Beginning OS Development
- Topic: Bootloader 4 tutorial problem
- Replies: 6
- Views: 29874
- Sun Oct 05, 2008 7:15 am
- Forum: Beginning OS Development
- Topic: Bootloader 4 tutorial problem
- Replies: 6
- Views: 29874
Bootloader 4 tutorial problem
I am having a problem getting tutorial 4 to work. This is the batch file I am using to build and set up the floppy: nasm\nasm.exe -f bin boot.asm -o boot.bin partcopy boot.bin 0 200 -f0 nasm\nasm.exe -f bin stage2.asm -o stage2.sys copy stage2.sys a:\stage2.sys pause This works fine, but it doesnt r...