Creating an Operating System: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Add link to compositing tutorial
m Ah, I knew I had seen an article on the porting gcc subject somewhere.
Line 118:
 
=== Porting GCC ===
{{Main|Porting GCC to your OS}}
 
You already began the work porting binutils and gcc when you set up the OS-specific toolchain. We'll finish the process and cross-compile them onto your operating system such that it can compile the C hello world program.