c01aa3135c
Please note, that it's a work in progress, so some features doesn't work (for example mouse support). However, the functionality already present is sufficient to run some of the popular apps (quakeforge for example). I tested it on ATI Mach64 and C&T55554 adapters.
10 lines
249 B
Text
10 lines
249 B
Text
--- src/ark.c.orig Fri Aug 25 05:03:06 2000
|
|
+++ src/ark.c Fri Aug 25 05:03:21 2000
|
|
@@ -25,6 +25,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <sys/types.h>
|
|
#include <sys/mman.h>
|
|
#include <signal.h>
|
|
#include "vga.h"
|