Filiph Sandström
|
c14047034b
|
Kernel: Remove leftover reference to prekernel on aarch64
This commit essentially just renames `init_prekernel_page_tables` to
`init_page_tables`.
|
2022-08-10 15:20:56 -04:00 |
|
Timon Kruiper
|
63ee2781fb
|
Kernel: Put Raspberry Pi devices into RPi namespace
This makes it clear in the code that these drivers are specific for the
Raspberry Pi devices.
|
2022-06-02 13:14:12 +01:00 |
|
Timon Kruiper
|
1f3977b303
|
Kernel: Remove Prekernel namespace in the aarch64 Kernel
Now that we merged all the Prekernel files into the Kernel files, we can
get rid of the Prekernel namespace as well.
|
2022-05-12 23:14:05 +02:00 |
|
Timon Kruiper
|
e88cd338f1
|
Kernel: Move Prekernel{CPU, Exceptions}.cpp out of Prekernel directory
This lets us delete the Prekernel.h file, and gets us closer to deleting
the Prekernel from the aarch64 Kernel.
|
2022-05-12 23:14:05 +02:00 |
|