armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
kernel Directory Reference
Directory dependency graph for kernel:
include/kernel

Files

file  console.h [code]
 Definition of functions and types for a minimal console.
 
file  fork.h [code]
 Definition of fork-related functions.
 
file  gpio.h [code]
 Definition of functions for manipulating GPIO registers.
 
file  irq.h [code]
 Definition of interrupt handling functions.
 
file  led.h [code]
 Definition of functions for manipulating a LED to a GPIO pin.
 
file  mm.h [code]
 Definition of basic memory sizes and functions.
 
file  mmio.h [code]
 Definition of MMIO functions.
 
file  printk.h [code]
 Definition of printk.
 
file  process.h [code]
 Definition of functions for creating and killing processes.
 
file  scheduler.h [code]
 Definition of scheduler structs and functions.
 
file  timer.h [code]
 Definition of basic System Timer functions.
 
file  uart.h [code]
 Definition of basic UART functions.
 
file  utils.h [code]
 Definition of basic ARM assembly functions.