Andreas Kling
|
d92f62db43
|
Kernel: Remove ref-counting from interrupt override metadata
I don't see a reason for these to be reference-counted, and removing it
simplifies a bunch of surrounding data structures.
|
2020-05-08 21:12:16 +02:00 |
|
Shannon Booth
|
81adefef27
|
Kernel: Run clang-format on files
Let's rip off the band-aid
|
2020-03-22 01:22:32 +01:00 |
|
Andreas Kling
|
b1058b33fb
|
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Use this instead of uintptr_t throughout the codebase. This makes it
possible to pass a FlatPtr to something that has u32 and u64 overloads.
|
2020-03-08 13:06:51 +01:00 |
|
Liav A
|
ca05d54b2b
|
Kernel: Add MultiProcessor Parser
|
2020-02-24 11:27:03 +01:00 |
|