- Jul 02, 2011
-
-
John Hodge authored
-
- Jun 22, 2011
-
-
John Hodge authored
- Now can do stuff at the CLIShell prompt - Fixed some loading issues - Fixed debug in Kernel/VFS/io.c
-
- May 16, 2011
-
-
John Hodge authored
-
- May 07, 2011
-
-
John Hodge authored
-
John Hodge authored
- Restructure to the client IDs (now Acess PIDs) - Fixing up fork() behavior - Implemented waittid() - Fixed some bugs with video - Implemented NativeFS - Many other changes that I can't remember
-
- Mar 01, 2011
-
-
John Hodge authored
- Stub proc.h for AcessNative - SIF format spec
-
John Hodge authored
-
- Jan 23, 2011
-
-
John Hodge authored
- Forgot to clear the ret->Lock in IOCache_Create > Caused random locks if the lock protector was not 0 when malloc'd - Set up fractal mappings from boot > Exposed by trying to use Log_Debug before VMem was fully initialised
-
John Hodge authored
- Still have heaps of syscalls to implement
-
John Hodge authored
- Completed the interface code, not tested yet - Switched to a single list of parameters, with flags for returned values
-
- Jan 22, 2011
-
-
John Hodge authored
-
John Hodge authored
- Fixed some bugs (and possibly introduced some) in the main kernel - Cleaned up a heap of other stuff in AcessNative/ld-acess - Fixed a bug in the TCP code that could cause a deadlock
-
- Jan 19, 2011
-
-
John Hodge authored
-
- Jan 18, 2011
-
-
John Hodge authored
- ld-acess can now execute an application > the syscall interface is not yet completed, so nothing happens - Getting ld-acess working required some changes to the Usermode build system, specifically making ld-acess.so actually a shared library. > It was being linked statically, causing the AcessNative versions of syscalls to not be used (and causing segfaults on "int 0xAC")
-
- Dec 30, 2010
-
-
John Hodge authored
- Still not working, but does load now - Updated gitignore to ignore vim swap files
-
- Dec 20, 2010
-
-
John Hodge authored
- Moved logging etc out to a helper function to keep main.c clean - Added a common syscalls header to aid maintaining the syscall interface.
-
John Hodge authored
-
- Dec 10, 2010
-
-
John Hodge authored
- Still doesn't do anything
-
John Hodge authored
> Still need to update filesystem Write functions to take const void* > Also started on AcessNative threads.c clone
-
John Hodge authored
-
John Hodge authored
- 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.
-