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-08 08:39:02 +00:00
..
asm.h Rename IO functions 2017-11-03 04:08:34 +00:00
config.h Rename constants 2017-11-08 07:58:25 +00:00
console.c Add console scrolling 2017-11-04 08:53:28 +00:00
console.h Rename header guards 2017-11-02 12:00:40 +00:00
exception.c Allow to specify log source 2017-11-06 04:21:18 +00:00
hwint.c Some refactoring 2017-11-06 12:19:11 +00:00
hwint.h Add function "hwint_unregister_handler" 2017-11-06 12:06:28 +00:00
init.c Rewrite multiboot code according to glossary 2017-11-08 08:20:49 +00:00
interrupt.asm Fix interrupt frame attribute sizes 2017-11-07 05:25:24 +00:00
interrupt.h Fix interrupt frame attribute sizes 2017-11-07 05:25:24 +00:00
keyboard.c Add keyboard driver 2017-11-06 12:43:56 +00:00
keyboard.h Add keyboard driver 2017-11-06 12:43:56 +00:00
linker.ld Display more info 2017-11-04 12:12:20 +00:00
logger.c Add debug log level 2017-11-06 04:30:25 +00:00
logger.h Add debug log level 2017-11-06 04:30:25 +00:00
main.c Rename module "memory" to "pfa" 2017-11-08 05:10:09 +00:00
Makefile Move "arch/info.c" to "src/info.c" 2017-11-08 08:39:02 +00:00
multiboot.c Add const KERNELMQ_INFO_CMDLINE_SLEN_MAX 2017-11-08 08:35:08 +00:00
multiboot.h Rewrite multiboot code according to glossary 2017-11-08 08:20:49 +00:00
paging.asm Enable paging 2017-11-04 14:59:01 +00:00
paging.c Some refactoring 2017-11-08 08:14:14 +00:00
paging.h Remove unnecessary param 2017-11-05 05:56:53 +00:00
panic.asm Add module "panic" 2017-11-08 04:50:40 +00:00
panic.c Add module "panic" 2017-11-08 04:50:40 +00:00
panic.h Add macro "assert" 2017-11-08 04:57:07 +00:00
pfa.c Rewrite some code according to glossary 2017-11-08 08:24:19 +00:00
pfa.h Rewrite some code according to glossary 2017-11-08 08:24:19 +00:00
pic.c Add functions "pic_enable" and "pic_disable" 2017-11-06 11:49:53 +00:00
pic.h Add functions "pic_enable" and "pic_disable" 2017-11-06 11:49:53 +00:00
protected.asm C preprocessor with NASM sources 2017-11-02 16:01:00 +00:00
protected.c Add functions "pic_enable" and "pic_disable" 2017-11-06 11:49:53 +00:00
protected.h Save kernel stack top to TSS 2017-11-05 15:26:30 +00:00
start.s Add module "panic" 2017-11-08 04:50:40 +00:00
syscall.c Fix interrupt frame attribute sizes 2017-11-07 05:25:24 +00:00
tasks.asm Add function "tasks_switch_to_user" 2017-11-05 15:37:11 +00:00
tasks.h Rewrite some code according to glossary 2017-11-08 08:24:19 +00:00
timer.c Add function "hwint_unregister_handler" 2017-11-06 12:06:28 +00:00
timer.h Add function "hwint_unregister_handler" 2017-11-06 12:06:28 +00:00
tss.asm Add function "tss_flush" 2017-11-05 15:29:44 +00:00
tss.c Remove unnecessary attributes 2017-11-06 08:41:11 +00:00
tss.h Add function "tss_flush" 2017-11-05 15:29:44 +00:00