Real mode assembly I: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Bot: Replace deprecated source tag with syntaxhighlight
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1:
{{Tone}}
{{FirstPerson}}
{{Rating|1You}}
{{Warning|Please see the [[Real Mode OS Warning]] page before continuing.}}
{{Rating|1}}
 
''In this tutorial we will assemble a small 16-bit [[assembly|assembly language]] kernel with [[NASM]] and boot it.''
Line 186 ⟶ 187:
To assemble on Windows:
 
<syntaxhighlight lang="dosbat">
nasm kernel.asm -f bin -o kernel.bin
partcopy kernel.bin 0 200 -f0