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-03 01:59:18 +00:00
..
asm.h Rename file "arch/io.h" to "arch/asm.h" 2017-11-02 12:10:11 +00:00
boot.s Some refactoring 2017-11-01 14:45:01 +00:00
config.h Add arch-specific config header for defines 2017-11-02 14:51:41 +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
isr.asm Replace hardcoded selector with configuration constant 2017-11-02 17:02:11 +00:00
isr.c Display interrupt names 2017-11-01 10:59:18 +00:00
linker.ld Only support Multiboot 2 because of modules 2017-11-01 13:23:42 +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 Move "include/kernelmq/multiboot.h" to "arch/multiboot.h" 2017-11-03 01:59:18 +00:00
Makefile Move "include/kernelmq/multiboot.h" to "arch/multiboot.h" 2017-11-03 01:59:18 +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 Fix asm function signatures 2017-11-03 01:50:53 +00:00
protected.h Add function "protected_initialize" 2017-11-02 16:36:28 +00:00
util.h Move function "itoa" to file "arch/util.h" 2017-11-02 12:08:06 +00:00