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-04 02:35:17 +00:00
..
asm.h Rename IO functions 2017-11-03 04:08:34 +00:00
config.h Add guards 2017-11-03 03:16:00 +00:00
console.c Organize code 2017-11-01 10:34:48 +00:00
console.h Rename header guards 2017-11-02 12:00:40 +00:00
exception.asm Fix indentation 2017-11-03 02:52:39 +00:00
exception.c Fix warning 2017-11-03 04:12:44 +00:00
exception.h Rename "isr" entity to "exception" 2017-11-03 02:27:21 +00:00
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
init.c Add function "main" 2017-11-04 02:32:23 +00:00
linker.ld Specify output arch 2017-11-04 02:22:09 +00:00
logger.c Move "/src/" to "/arch/" 2017-11-01 07:06:34 +00:00
logger.h Rename header guards 2017-11-02 12:00:40 +00:00
main.c Add function "main" 2017-11-04 02:32:23 +00:00
Makefile Add function "main" 2017-11-04 02:32:23 +00:00
multiboot.c Move "include/kernelmq/multiboot.h" to "arch/multiboot.h" 2017-11-03 01:59:18 +00:00
multiboot.h Move "include/kernelmq/multiboot.h" to "arch/multiboot.h" 2017-11-03 01:59:18 +00:00
protected.asm C preprocessor with NASM sources 2017-11-02 16:01:00 +00:00
protected.c Remap the IRQ table, enable interrupts 2017-11-03 04:09:45 +00:00
protected.h Add function "protected_initialize" 2017-11-02 16:36:28 +00:00
start.s Add function "halt" 2017-11-04 02:35:17 +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
util.h Move function "itoa" to file "arch/util.h" 2017-11-02 12:08:06 +00:00