.. |
fonts
|
feature: terminal scroll works again (with a bg image, without the bg image it's a wip)
|
2024-12-17 15:33:21 +01:00 |
icons
|
add: image is now printable
|
2024-12-10 16:26:00 +01:00 |
alloc.h
|
core: rename vzones to zones
|
2024-12-03 09:28:17 +01:00 |
apic.h
|
feature: apic is now enabled and the double fault interrupt at boot no longer occurs
|
2024-10-03 15:20:19 +02:00 |
base.h
|
add: %u, %p, %x to kprintf
|
2024-09-19 18:00:18 +02:00 |
commands.h
|
core: split shell command into individual file and support command arg
|
2024-09-25 21:31:44 +02:00 |
cpuid.h
|
feature: apic is now enabled and the double fault interrupt at boot no longer occurs
|
2024-10-03 15:20:19 +02:00 |
debug.h
|
wip: memory is almost fixed and working fine (infinite loop on zones linked lists)
|
2024-10-19 23:20:13 +02:00 |
drivers.h
|
feature: shell kb input is now working with interrupts (not clean tho, might need to change it)
|
2024-10-09 20:26:44 +02:00 |
font.h
|
feature: black screen with scrolling is better, it also uses the full screen length
|
2024-12-18 14:13:45 +01:00 |
gdt.h
|
fix: gdt init no longer crashes
|
2024-10-14 23:36:41 +02:00 |
icon.h
|
add: image is now printable
|
2024-12-10 16:26:00 +01:00 |
idt.h
|
feature: start to implement keyboard handler and better isrs/irqs
|
2024-10-09 17:54:29 +02:00 |
interrupts.h
|
feature: start to implement keyboard handler and better isrs/irqs
|
2024-10-09 17:54:29 +02:00 |
keyboard.h
|
feature: add a few helpers fn (is...)
|
2024-10-11 13:10:47 +02:00 |
kpanic.h
|
fix: ssp is now enabled and it no longer crashes with several prints (so far)
|
2024-11-16 14:56:05 +01:00 |
kprintf.h
|
wip: memory is almost fixed and working fine (infinite loop on zones linked lists)
|
2024-10-19 23:20:13 +02:00 |
memory.h
|
fix: memory: protect kernel code
|
2024-11-26 12:43:09 +01:00 |
multiboot.h
|
feature: vbe is enabled, drivers for vbe tbd
|
2024-12-03 13:29:36 +01:00 |
power.h
|
add: kpanic
|
2024-09-22 09:54:56 +02:00 |
rtc.h
|
style: clang-format on all files
|
2024-09-18 22:30:11 +02:00 |
shell.h
|
add: backspace work with vbe
|
2024-12-18 23:56:17 +01:00 |
signal.h
|
Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
|
2024-10-17 16:11:40 +02:00 |
terminal.h
|
add: backspace work with vbe
|
2024-12-18 23:56:17 +01:00 |
vbe.h
|
feature: start to implement the drivers for char printing support
|
2024-12-11 20:54:03 +01:00 |