Meaty Skeleton: Difference between revisions

m
mention the Stan Dard style
[unchecked revision][unchecked revision]
(If you're going to add a hlt, you probably want it after the panic message.)
m (mention the Stan Dard style)
Line 4:
 
In this tutorial we continue from [[Bare Bones]] and create a minimal template
operating system in the [[Stan Dard]] style suitable for further modification or as inspiration for your
as inspiration for your initial operating system version. The [[Bare Bones]] tutorial only gives you the
tutorial only gives you the absolutely minimal code to demonstrate how to correctly cross-compile a kernel,
correctly cross-compile a kernel, however this is unsuitable as an example operating system. Additionally, this
operating system. Additionally, this tutorial implements neccesary ABI features needed to satisfy the ABI and
needed to satisfy the ABI and compiler contracts to prevent possible mysterious errors.
errors.
 
This tutorial also serves as the initial template tutorial on how to
9

edits