Real mode assembly I: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Syntax Highlighting
m →‎So where's the code?: added source tags
Line 181:
To assemble on Windows:
 
<source lang="bashdos">
nasm kernel.asm -f bin -o kernel.bin
partcopy kernel.bin 0 200 -f0