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
|
7f01eaa936
|
Kernel: Move CPUID feature strings to cpp file
|
2023-01-13 00:03:37 +02:00 |
Bananymous
|
64c57ea3d0
|
Kernel: Remove obsole CPUID::IsAvailable
This is now a harware requirement that is verified already in boot.S
|
2023-01-10 21:28:59 +02:00 |
Bananymous
|
3c92aa45fb
|
Kernel: 'cpuinfo' command in shell now shows wheter you are running on 64-bit cpu
|
2022-12-28 19:46:37 +02:00 |
Bananymous
|
a2d38af37a
|
Kernel: Implement 'cpuid' and enumerations for features
|
2022-12-15 17:28:54 +02:00 |