The K kernel pedagogical project https://k.lse.epita.fr/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Julien CLEMENT f6cdc3005d feat(pit): add pit initialization and handler 3 years ago
..
events feat(pit): add pit initialization and handler 3 years ago
include/k fix: coding style 3 years ago
utils feat(keyboard): implement generic ring buffer and add getkey 3 years ago
Makefile feat(pit): add pit isr, empty handler and unmasked pit irq 3 years ago
crt0.S fix: coding style 3 years ago
elf.h fix: coding style 3 years ago
gdt.c feat(gdt): add macros for generic kernel segment descriptors 3 years ago
gdt.h feat(gdt): add macros for generic kernel segment descriptors 3 years ago
io.h fix: coding style 3 years ago
k.c feat(pit): add pit isr, empty handler and unmasked pit irq 3 years ago
k.lds feat: add given files 3 years ago
libvga.c fix: coding style 3 years ago
libvga.h fix: coding style 3 years ago
list.c fix: coding style 3 years ago
list.h fix: coding style 3 years ago
memory.c fix: coding style 3 years ago
memory.h fix: coding style 3 years ago
multiboot.h fix: coding style 3 years ago
serial.c feat(gdt): add gdt loading 3 years ago
serial.h feat: add k_init function 3 years ago