1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-10-30 12:03:52 -04:00
kernel/arch
2017-11-05 07:13:54 +00:00
..
asm.h
config.h Move constants to "arch/config.h" 2017-11-05 06:14:55 +00:00
console.c Add console scrolling 2017-11-04 08:53:28 +00:00
console.h
exception.asm
exception.c Fix warning 2017-11-03 04:12:44 +00:00
exception.h
hwint.asm Comment HWINTs 2017-11-03 04:48:02 +00:00
hwint.c Register timer callback 2017-11-03 05:10:07 +00:00
hwint.h Register timer callback 2017-11-03 05:10:07 +00:00
info.c Do not take care of basic memory info 2017-11-05 05:47:51 +00:00
init.c Remove unnecessary param 2017-11-05 05:56:53 +00:00
kprintf.c Add testing 2017-11-04 07:33:31 +00:00
kprintf.h Display high kernel memory info 2017-11-04 03:31:13 +00:00
linker.ld Display more info 2017-11-04 12:12:20 +00:00
logger.c Remove function "logger_initialize" 2017-11-04 02:39:16 +00:00
logger.h Remove function "logger_initialize" 2017-11-04 02:39:16 +00:00
main.c Initialize memory allocator 2017-11-05 07:13:54 +00:00
Makefile Add module "memory" 2017-11-05 06:57:43 +00:00
memory.c Fix error 2017-11-05 07:12:04 +00:00
memory.h Add module "memory" 2017-11-05 06:57:43 +00:00
multiboot.c Do not take care of basic memory info 2017-11-05 05:47:51 +00:00
multiboot.h Started parsing multiboot info 2017-11-04 11:07:04 +00:00
paging.asm Enable paging 2017-11-04 14:59:01 +00:00
paging.c Move constants to "arch/config.h" 2017-11-05 06:14:55 +00:00
paging.h Remove unnecessary param 2017-11-05 05:56:53 +00:00
protected.asm
protected.c Add testing 2017-11-04 07:33:31 +00:00
protected.h
start.s Pass kernel information to "main" 2017-11-04 10:38:28 +00:00
timer.c Register timer callback 2017-11-03 05:10:07 +00:00
timer.h Register timer callback 2017-11-03 05:10:07 +00:00