AcessNative - Wine equivalent for Acess
authorJohn Hodge <[email protected]>
Fri, 10 Dec 2010 04:52:02 +0000 (12:52 +0800)
committerJohn Hodge <[email protected]>
Fri, 10 Dec 2010 04:52:02 +0000 (12:52 +0800)
commit45672f51180f1f0af73c2ba75723eca8f8bb8e89
tree1cd75a453d58e38849c7347e192ca9b1bd462774
parent3e26f25f924611d86e26de937434e5edd2569c5e
AcessNative - Wine equivalent for Acess

- Allows native Acess applications to be run on Windows/Linux
- Uses large parts of the main kernel, reducing code duplication
- Still incomplete, will use SDL for video, and a UDP server for
  User->Kernel requests.
AcessNative/acesskernel_src/Details.txt [new file with mode: 0644]
AcessNative/acesskernel_src/Makefile [new file with mode: 0644]
AcessNative/acesskernel_src/include/arch.h [new file with mode: 0644]
AcessNative/acesskernel_src/include/heap.h [new file with mode: 0644]
AcessNative/acesskernel_src/keyboard.c [new file with mode: 0644]
AcessNative/acesskernel_src/main.c [new file with mode: 0644]
AcessNative/acesskernel_src/mouse.c [new file with mode: 0644]
AcessNative/acesskernel_src/nativefs.c [new file with mode: 0644]
AcessNative/acesskernel_src/vfs_handle.c [new file with mode: 0644]
AcessNative/acesskernel_src/video.c [new file with mode: 0644]

UCC git Repository :: git.ucc.asn.au