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
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
/*
|
||||
** Copyright 2003-2004, Axel Dörfler, [email protected]. 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 <KernelExport.h>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user