Integrate flaterm terminal
This commit is contained in:
@ -38,7 +38,7 @@ void pmm_init(void) {
|
||||
size_t physbegin = memmap_ent->base;
|
||||
bm->map = (uint8_t *)(physbegin + BOOT_INFO.hhdm_off);
|
||||
|
||||
HAL_MEMSET(bm->map, 0xff, bm->nbytes);
|
||||
hal_memset(bm->map, 0xff, bm->nbytes);
|
||||
for (size_t i = 0; i < BOOT_INFO.memmap_entrycount; i++) {
|
||||
struct limine_memmap_entry *entry = BOOT_INFO.memmap_entries[i];
|
||||
// mark usable as 0 and unusable as 1
|
||||
|
Reference in New Issue
Block a user