Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/mm/frame.c

    rdc0b964 r142084b2  
    4444#include <align.h>
    4545#include <macros.h>
     46
    4647#include <print.h>
    4748
    48 #define PHYSMEM_LIMIT32  UINT64_C(0x07c000000)
    49 #define PHYSMEM_LIMIT64  UINT64_C(0x200000000)
     49#define PHYSMEM_LIMIT32  0x07c000000ull
     50#define PHYSMEM_LIMIT64  0x200000000ull
    5051
    5152size_t hardcoded_unmapped_ktext_size = 0;
Note: See TracChangeset for help on using the changeset viewer.