Download List

Project Description

ring3k is a user mode kernel capable of running
Windows 2000 and XP compatible native applications
on a Linux platform. It is a light-weight
virtualization of the NT kernel for the Linux x86
platform achieved by reimplementing kernel mode
code as a ring 3 process in C++.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-10 09:39
0.0.19

This release moves closer to supporting Windows message loops, with window painting being the biggest obstacle remaining. Mouse messages (WM_LBUTTONDOWN, WM_MOUSEMOVE, etc.) are now set to a window's message loop, and GDI region management code has been imported from Wine.
Tags: Minor feature enhancements

2009-01-31 11:09
0.0.18

Work has progressed on getting minitris (the test application) to pump a message loop. Several window messages have been implemented, including WM_KEYDOWN and WM_KEYUP.
Tags: Minor feature enhancements

2009-01-23 16:37
0.0.17

Windowing functionality was improved. Some
file-system functions were reworked. Ubuntu
Intrepid (gcc 4.3.2) problems were fixed.

2009-01-16 09:19
0.0.16

The "minitris" test application now works as it does on Windows 2000. gcc 4.3.2 compilation works correctly. There is a collection of minor enhancements.
Tags: Minor feature enhancements

2009-01-10 03:02
0.0.15

This release has build fixes for x86-64, a minitris game for testing, and improved GDI support.
Tags: Minor feature enhancements

Project Resources