C Sharp Bare Bones: Difference between revisions

no edit summary
[unchecked revision][unchecked revision]
(Fixed undeclared symbol sthrow)
No edit summary
Line 133:
==Building it all==
The following commands should build your new C# kernel. First, assemble the multiboot stub:
<pre>nasm -felf -o loader.o loader.asm</pre>
To compile the .cs file to a .exe you have a choice of three options (depending on your architecture):
<pre>
Anonymous user