k-tana-zero/k
Malo Lecomte 26bdf84db4 feat(pic): move pic.c in pic dir 2021-07-17 10:40:08 +02:00
..
include/k fix: coding style 2021-07-12 18:01:40 +02:00
pic feat(pic): move pic.c in pic dir 2021-07-17 10:40:08 +02:00
utils fix(ring_buffer): fixed pb when write_index comes back to 0 2021-07-17 05:26:54 +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(idt): add idt creation 2021-07-14 22:57:38 +02:00
gdt.h feat(idt): add documentation 2021-07-15 04:55:18 +02:00
idt.c feat(pic): move pic.c in pic dir 2021-07-17 10:40:08 +02:00
idt.h feat(idt): use new ring_buffer functions 2021-07-17 05:27:44 +02:00
io.h fix: coding style 2021-07-12 17:55:13 +02:00
isr.h feat(pic): add pic keyboard function to isr funcs 2021-07-15 16:47:56 +02:00
isr.S feat(isr): use offset instead of huge struct for handler 2021-07-16 14:07:04 +02:00
k.c feat(pic): move pic.c in pic dir 2021-07-17 10:40:08 +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(pic): move pic.c in pic dir 2021-07-17 10:40:08 +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(pic): mask all PIC except keyboard 2021-07-16 03:18:43 +02:00
serial.h feat: add k_init function 2021-07-13 04:47:32 +02:00