mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 12:55:09 +00:00
Kernel: Get rid of Kernel/types.h, separate LinearAddress/PhysicalAddress.
This commit is contained in:
parent
6306cf5c27
commit
a58d7fd8bb
27 changed files with 119 additions and 121 deletions
|
@ -3,7 +3,7 @@
|
|||
* just to get going. Don't ever let anyone see this shit. :^)
|
||||
*/
|
||||
|
||||
#include <Kernel/types.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/kmalloc.h>
|
||||
#include <Kernel/StdLib.h>
|
||||
#include <Kernel/i386.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue