k-tana-zero/k
Malo Lecomte 90a6ebafe9 feat(iso): add seek function 2022-04-24 02:43:52 +02:00
..
include/k fix(given_files): include int types 2021-07-29 03:59:07 +02:00
pic feat(atapi): enable pins for atapi on pic chip 2021-07-28 23:43:48 +02:00
utils fix(ring_buffer): fixed pb when write_index comes back to 0 2021-07-17 05:26:54 +02:00
atapi.c fix(atapi): wait much time before reading 2022-04-23 18:27:44 +02:00
atapi.h fix(atapi): fix int size in atapi_drive struct 2021-07-29 01:44: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
fd.c fix(iso): wrong register of non-directories 2022-04-24 02:29:26 +02:00
fd.h feat(iso): modified fd struct and func proto 2022-04-24 02:17:53 +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(pit): add pit to isr and idt entries 2021-07-17 11:57:21 +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
iso.c feat(iso): add seek function 2022-04-24 02:43:52 +02:00
iso.h feat(iso): add seek function 2022-04-24 02:43:52 +02:00
isr.h feat(pit): add pit to isr and idt entries 2021-07-17 11:57:21 +02:00
isr.S feat(pit): add pit to isr and idt entries 2021-07-17 11:57:21 +02:00
k.c feat(Makefile): add iso and fd to compiled files 2022-04-23 18:29:18 +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(Makefile): add iso and fd to compiled files 2022-04-23 18:29:18 +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