multiboot 0.4
E. Almqvist 3 years ago
parent a67b6ad5cd
commit 08e6ad8565
  1. 2
      kernel/memory.c

@ -42,7 +42,7 @@ pointer block_alloc(uint blockidx) {
return BLOCK_TO_MEMP(blockidx);
} else {
println("[ERROR] Attemped to allocate non-free block.", 0x0c);
println("[ERROR] Attemped to allocate non-free block.", URGENT_COLOR);
return 0;
}

Loading…
Cancel
Save