Patch by Jan Klötzke with minor changes by myself:

* Use vm86 mode to call the VESA BIOS to do the actual mode switching by
  providing an ioctl in the vesa driver.
* Fix vm86.h.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25680 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-05-28 10:48:01 +00:00
parent 2c8b410ad5
commit 9f16184577
8 changed files with 155 additions and 53 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#define _VM86_H
#include <OS.h>
#include <arch_cpu.h>
#include <arch/x86/arch_cpu.h>
#ifdef __cplusplus
extern "C" {