BarinkOS/source/kernel
Nigel 0f0fc9f252 Adding a skeleton for the memory management code
Moved the PMM away from being object orientated as it is just plain annoying
renamed src folder to source
Set timeout to 5 seconds in the grub config
2022-08-21 21:18:53 +02:00
..
Drivers Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
FileSystem/FAT Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
Interrupts/idt Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
KernelLauncher Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
Lib Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
Memory Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
SuperVisorTerminal Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
Terminal Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
bitmap.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
bootinfo.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
cpu.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
cpu.s Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
definitions.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
io.cpp Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
io.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
irq_table.s Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
irs_table.s Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
kernel.cpp Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
kernel.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
linker.ld Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
multiboot.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
serial.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
time.cpp Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
time.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
timer.cpp Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00
timer.h Adding a skeleton for the memory management code 2022-08-21 21:18:53 +02:00