|
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.
|
|