### ## ##    ### ###   #######
      ###### #### #### #### ####
     ###### #### #### #### ########
    ###### #### #### ####  ########
   ### ## ##   #### ####      ####
  ###          ### ###   #######
 ### PORTABLE OPERATING SYSTEM
	

pOS Developer Documentation

pOS - portable Operating System is an attempt to write a small, fast-executing system kernel to use as little memory and resources as possible so that it runs on almost any computer system. It does not aim for any compatibilty (e.g. POSIX), its just meant to make fun developing it.

These documents will help you developing applications and software for the portable Operating System. It contains a compilation of all functions and types available to applications.

If you want to support the pOS with drivers this document is also worth having a go at it. It provides necessary information to all functions and types available for drivers and provides examples to better understand the pOS driver interface.