Crate neotron_os

Crate neotron_os 

Source
Expand description

§The Neotron Operating System

This OS is intended to be loaded by a Neotron BIOS.

Copyright (c) The Neotron Developers, 2022

Licence: GPL v3 or higher (see ../LICENCE.md)

Macros§

print
Prints to the screen
println
Prints to the screen and puts a new-line on the end

Functions§

main
This is the function the BIOS calls. This is because we store the address of this function in the ENTRY_POINT_ADDR variable.