Rewrite the memory map-related code...

...other style fixes, etc.
This commit is contained in:
TuxSH 2018-02-26 22:09:35 +01:00
parent bda9dcbe73
commit c7d83c6eb6
26 changed files with 603 additions and 442 deletions

View file

@ -30,11 +30,11 @@ bool bootconfig_is_debug_mode(void) {
}
uint64_t bootconfig_get_memory_arrangement(void) {
return 0ULL;
return 0ull;
/* TODO */
}
uint64_t bootconfig_get_kernel_memory_configuration(void) {
return 0ULL;
return 0ull;
/* TODO */
}