1
0
Fork 0
aedrix-kernel/kernel
Aaron Lindsay 3876937ae9 Add simple config system for both #ifdef's and conditional compilation 2012-10-03 00:19:28 -04:00
..
atags.c Add GPLv2 license and source file headers 2012-09-26 23:59:58 -04:00
console.c console: Initial commit of simple framebuffer console output 2012-10-02 23:17:25 -04:00
font.c Add GPLv2 license and source file headers 2012-09-26 23:59:58 -04:00
framebuffer.c Add GPLv2 license and source file headers 2012-09-26 23:59:58 -04:00
kernel.mk math: add math library (currently only log_2) 2012-10-02 23:08:38 -04:00
kmalloc.c kmalloc: initialize initial page power 2012-09-29 23:24:05 -04:00
list.c Add GPLv2 license and source file headers 2012-09-26 23:59:58 -04:00
math.c math: add math library (currently only log_2) 2012-10-02 23:08:38 -04:00
mm.c mm: Never return page struct at 0x0, check for invalid number of pages 2012-09-29 23:27:59 -04:00
mmu.c Add GPLv2 license and source file headers 2012-09-26 23:59:58 -04:00
print.c print: Add print_func() - output text w/ custom putc() 2012-10-02 23:07:31 -04:00
start_kernel.c Add simple config system for both #ifdef's and conditional compilation 2012-10-03 00:19:28 -04:00