Rewrite the memory map-related code...
...other style fixes, etc.
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user