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:
src/kernel

Files

file  console.c
 Implementation of a minimal console.
 
file  fork.c
 Implementation of fork-related functions.
 
file  gpio.c
 Implementation of functions for manipulating GPIO registers.
 
file  irq.c
 Implementation of interrupt handling functions.
 
file  kernel.c
 Main kernel function.
 
file  led.c
 Implementation of functions for manipulating a LED to a GPIO pin.
 
file  mm.c
 Implementation of basic memory functions.
 
file  mmio.c
 Implementation of MMIO functions.
 
file  printk.c
 Implementation of printk.
 
file  process.c
 Implementation of functions for creating and killing processes.
 
file  scheduler.c
 Implementation of scheduler functions.
 
file  timer.c
 Implementation of basic System Timer functions.
 
file  uart.c
 Implementation of basic UART functions.