Creating an Operating System: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
m Fix links
Line 20:
 
=== Creating a Hello World kernel ===
{{Main|Bare Bones}} {{Main|Raspberry Pi Bare Bones}}
 
Your next task is to make a simple hello world kernel that is able to start up, print a message to the output device and then loop endlessly. While simple and useless, it will serve as a great example and starting point for a real system, as well as confirm that your testing environment works correctly.