banan-os/kernel/arch/i386
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
..
IDT.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
MMU.cpp All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
SpinLock.S Kernel: Implement basic SpinLock 2023-02-01 01:52:52 +02:00
boot.S Kernel: move GDT initialization to boot.S 2023-01-22 00:48:12 +02:00
crti.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
crtn.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
linker.ld Kernel: Multiboot data and kernel command lines are now global variables 2023-01-10 17:50:24 +02:00
make.config Kernel: Implement basic SpinLock 2023-02-01 01:52:52 +02:00