Looking for help with operating system testing

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
mbd020489
Posts: 1
Joined: Thu Nov 08, 2012 6:22 am

Looking for help with operating system testing

Post by mbd020489 »

i can use nasm alright.
along time ago i burned a small program on a usb drive using debug.exe i think
i've been searching for hours and i still dont know how to test my code
qemu was a fail(im using windows for ide)

can anyone tell me how to boot my code when the computer starts(without writing to hard drive). when it comes to floppy bootimages, usb boot images and iso boot images im completly lost. and no i dont have any bootimages just the output code for my .asm file

once i can test my code i'll be making my own operating system development enviornment
i been building code from the ground up since i was 10. im 23 now
CWood
Member
Member
Posts: 127
Joined: Sun Jun 20, 2010 1:21 pm

Re: Looking for help with operating system testing

Post by CWood »

Could you not slap GRUB on the USB drive, and do it that way? That's how I'm doing my OS at the moment. Then there's no need to faff with debug.exe, dd, or whatever your host OS uses, just copy/paste.

Also, with regards to booting, just set QEMU up to use the USB drive as a HDD.
Post Reply