banan-os/kernel
Bananymous 9b8de5025a All: rename every function from UpperCamelCase to snake_case
This was a mess since I didn't know which to use but now I decided
to go with snake_case :)
2023-02-01 21:05:44 +02:00
..
arch All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
include/kernel All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
kernel All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Implement somewhat functioning multithread support 2023-02-01 01:53:35 +02:00
icxxabi.cpp Kernel: We can now use destructors in global objects 2022-12-13 00:52:32 +02:00