Quantcast
Channel: Active questions tagged kernel - Stack Overflow
Viewing all articles
Browse latest Browse all 6334

Making My OS Boot From Bin Files In Windows

$
0
0

I'm Trying To Create A Operating System, I Write It In ASM But I Cannot Run The Output .bin File,I'm On Windows,What Should I Do?

I Compile With nasm boot.asm -f bin -o boot.bin

boot.asm:

mov ah, 0x0emov al, 'S'int 0x10jmp $times 510-($-$$) db 0db 0x55, 0xaa

Viewing all articles
Browse latest Browse all 6334

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>