k-chow/k
Julien CLEMENT 457dfdd7a4 feat(idt): specify idt_entries_descriptors length for compile safety
Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
2021-07-16 03:07:46 +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): specify idt_entries_descriptors length for compile safety 2021-07-16 03:07:46 +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): learnt to do assembly 2021-07-16 03:03:20 +02:00
k.c feat(idt): add idt creation 2021-07-14 22:57:38 +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 feat(isr): add isr wrappers in makefile 2021-07-16 02:46:28 +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