Bananymous
|
0578d41500
|
Kernel: Implement WriteCombining memory
This makes framebuffer much faster on real hardware
|
2024-07-15 22:09:09 +03:00 |
Bananymous
|
54f64e7618
|
Kernel: Move current page table to Processor
APs can now map kernel page table and print current time!
|
2024-03-06 02:19:59 +02:00 |
Bananymous
|
297e65f19a
|
Kernel: CPUID can detect wether cpu supports nxe bit
|
2023-07-13 14:24:58 +03:00 |
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 |
Bananymous
|
54043288cb
|
Kernel: Move CPUID out of arch/
CPUID instructions behaves the same on x86 and x86_64. I am not
planning on supporting any non x86 based architectures.
|
2023-01-23 18:12:52 +02:00 |