Creating an Operating System: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Prefer being truly generic
m Remove underscore
Line 26: Line 26:


=== Setting up a Project ===
=== Setting up a Project ===
{{Main|Meaty_Skeleton}}
{{Main|Meaty Skeleton}}


With a basic working example, your next task is to set up a build infrastructure using whatever build system you see fit. Be careful in your choices of technology, GNU Make is easier to port than Python.
With a basic working example, your next task is to set up a build infrastructure using whatever build system you see fit. Be careful in your choices of technology, GNU Make is easier to port than Python.