Creating an Operating System: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Fix links)
Line 20: Line 20:


=== Creating a Hello World kernel ===
=== Creating a Hello World kernel ===
{{Main|Bare Bones}}
{{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.
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.