[main] Shouldn't be DMA'ing any of that...

This commit is contained in:
Kevin Lange 2011-04-06 17:59:34 -05:00
parent 75a221829d
commit 60016e6e2b
1 changed files with 0 additions and 3 deletions

View File

@ -123,9 +123,6 @@ int main(struct multiboot *mboot, uint32_t mboot_mag, uintptr_t esp)
kprintf("[%s %s]\n", KERNEL_UNAME, KERNEL_VERSION_STRING);
if (boot_mode == multiboot) {
for (uintptr_t i = 0x10000000; i <= 0x10FF0000; i += 0x1000) {
dma_frame(get_page(i, 1, kernel_directory), 1, 0, i);
}
/* Print multiboot information */
dump_multiboot(mboot_ptr);