Babystep1: Difference between revisions

Jump to navigation Jump to search
no edit summary
[unchecked revision][unchecked revision]
(Add to Category Bootloaders)
No edit summary
Line 50:
 
==Creating disk image==
The code is assembled in [[NASM]] and copied to floppy using either partcopy ,dd,or dddebug. Then you simply boot from the floppy.
 
===Windows===
<source lang="bash">
nasmw boot.asm -f bin -o boot.bin
partcopy boot.bin 0 200 -f0 OR
debug boot.bin
</source>
-W 100 0 0 1
-Q</source>
===Unix===
<source lang="bash">
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu