From 0ac3f5399ffe4c5b4b260f2f95227fcdf50d9e4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 22 Jun 2004 00:26:33 +0000 Subject: [PATCH] No longer initializes video - it will now be done by the platform independent part of the boot loader (because then the heap is already working). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8107 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/boot/platform/bios_ia32/start.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/kernel/boot/platform/bios_ia32/start.c b/src/kernel/boot/platform/bios_ia32/start.c index aff768831c..b1d78c5b83 100644 --- a/src/kernel/boot/platform/bios_ia32/start.c +++ b/src/kernel/boot/platform/bios_ia32/start.c @@ -1,13 +1,12 @@ /* ** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ #include "console.h" #include "cpu.h" #include "mmu.h" -#include "video.h" #include "keyboard.h" #include @@ -106,7 +105,6 @@ _start(void) console_init(); cpu_init(); mmu_init(); - video_init(); spin(50000); // wait a bit to give the user the opportunity to press a key