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§

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

Functions§

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