Remove reference to console in Multiboot
This commit is contained in:
parent
6898153366
commit
b242a48282
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ Information::memoryMapBegin()
|
||||||
if ((mFlags & Present::MemoryMap) == 0) {
|
if ((mFlags & Present::MemoryMap) == 0) {
|
||||||
return memoryMapEnd();
|
return memoryMapEnd();
|
||||||
}
|
}
|
||||||
auto& console = kernel::Console::systemConsole();
|
|
||||||
return MemoryMapIterator(mMemoryMapAddress, mMemoryMapLength);
|
return MemoryMapIterator(mMemoryMapAddress, mMemoryMapLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue