x32 still not working (TODO: do 1:1 page mapping, except for kernel)

This commit is contained in:
Alex
2022-10-18 21:16:12 +03:00
parent 348aa69dcb
commit cb349ae620
15 changed files with 480 additions and 94 deletions

View File

@ -3,6 +3,7 @@
enum MemoryType
{
Unknown,
Usable,
Reserved,
ACPIReclaimable,
@ -10,8 +11,7 @@ enum MemoryType
BadMemory,
BootloaderReclaimable,
KernelAndModules,
Framebuffer,
Unknown
Framebuffer
};
#define MAX_FRAMEBUFFERS 16