k-chow/k
Julien CLEMENT 51107d84c8 feat(isr): use macro to create isr wrappers
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-07-18 00:08:00 +02:00
..
include/k fix: coding style 2021-07-12 18:01:40 +02:00
crt0.S fix: coding style 2021-07-12 17:55:13 +02:00
elf.h fix: coding style 2021-07-12 17:55:13 +02:00
gdt.c feat(gdt): add macros for generic kernel segment descriptors 2021-07-16 02:47:12 +02:00
gdt.h feat(gdt): add macros for generic kernel segment descriptors 2021-07-16 02:47:12 +02:00
idt.c feat(idt): set breakpoints and overflow as traps instead of interrupts 2021-07-16 19:50:51 +02:00
idt.h feat(idt): add idt creation through idt entries descriptors 2021-07-16 02:57:13 +02:00
io.h fix: coding style 2021-07-12 17:55:13 +02:00
isr.h feat(isr): add basic isr wrappers 2021-07-16 02:46:07 +02:00
isr.S feat(isr): use macro to create isr wrappers 2021-07-18 00:08:00 +02:00
k.c fix(isr): reallign stack after isr wrapper 2021-07-16 15:11:48 +02:00
k.lds feat: add given files 2021-07-12 15:57:08 +02:00
libvga.c fix: coding style 2021-07-12 17:55:13 +02:00
libvga.h fix: coding style 2021-07-12 17:55:13 +02:00
list.c fix: coding style 2021-07-12 17:55:13 +02:00
list.h fix: coding style 2021-07-12 17:55:13 +02:00
Makefile fix(isr): reallign stack after isr wrapper 2021-07-16 15:11:48 +02:00
memory.c fix: coding style 2021-07-12 17:55:13 +02:00
memory.h fix: coding style 2021-07-12 17:55:13 +02:00
multiboot.h fix: coding style 2021-07-12 17:55:13 +02:00
serial.c feat(gdt): add gdt loading 2021-07-13 21:38:19 +02:00
serial.h feat: add k_init function 2021-07-13 04:47:32 +02:00