Meaty Skeleton: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(If you're going to add a hlt, you probably want it after the panic message.)
m (mention the Stan Dard style)
Line 4: Line 4:


In this tutorial we continue from [[Bare Bones]] and create a minimal template
In this tutorial we continue from [[Bare Bones]] and create a minimal template
operating system suitable for further modification or as inspiration for your
operating system in the [[Stan Dard]] style suitable for further modification or
initial operating system version. The [[Bare Bones]] tutorial only gives you the
as inspiration for your initial operating system version. The [[Bare Bones]]
absolutely minimal code to demonstrate how to correctly cross-compile a kernel,
tutorial only gives you the absolutely minimal code to demonstrate how to
however this is unsuitable as an example operating system. Additionally, this
correctly cross-compile a kernel, however this is unsuitable as an example
tutorial implements neccesary ABI features needed to satisfy the ABI and
operating system. Additionally, this tutorial implements neccesary ABI features
compiler contracts to prevent possible mysterious errors.
needed to satisfy the ABI and compiler contracts to prevent possible mysterious
errors.


This tutorial also serves as the initial template tutorial on how to
This tutorial also serves as the initial template tutorial on how to