mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-30 00:00:15 +01:00
remove redefinitions of macros
This commit is contained in:
parent
a71e24a4e1
commit
b85ff4c333
1 changed files with 0 additions and 4 deletions
|
@ -75,10 +75,6 @@
|
|||
#define CPUID_FUNC_PERFMON 0x0A
|
||||
#define GUEST_PAGE_SIZE 0x200000 /* 2 MB pages in guest */
|
||||
|
||||
#define KVM_32BIT_MAX_MEM_SIZE (1ULL << 32)
|
||||
#define KVM_32BIT_GAP_SIZE (768 << 20)
|
||||
#define KVM_32BIT_GAP_START (KVM_32BIT_MAX_MEM_SIZE - KVM_32BIT_GAP_SIZE)
|
||||
|
||||
#define BOOT_GDT 0x1000
|
||||
#define BOOT_INFO 0x2000
|
||||
#define BOOT_PML4 0x10000
|
||||
|
|
Loading…
Add table
Reference in a new issue