C++ Bare Bones: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Fix linking command line to avoid potential problems (that newbies shouldn't get, and old people somehow suggest they should)
You also need cross-assemblers.
Line 230:
 
Assemble using:
<source lang="bash">i586-elf-as -o loader.o loader.s</source>
 
==kmain.cpp==