Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added direct acces to video memory from userland.std_c_userland | Alex AUVOLAT | 2013-07-11 | 2 | -2/+6 |
| | | | | | | Next : same for keyboard ; move VT handling to userland. Consequence : a foreground app has total control over I/O. Next : implement sockets & a userland console multiplexer. | ||||
* | Serial port used for writing kernel output. | Alex AUVOLAT | 2013-07-10 | 1 | -0/+7 |
| | | | | Project: give total control to userland over display/input devices. | ||||
* | All FWIK is deleted. YOSH is now pure C. Not-working KBASIC included. | Alex AUVOLAT | 2013-06-08 | 3 | -3/+6 |
| | |||||
* | Stupidity corrected. | Alex AUVOLAT | 2013-05-20 | 1 | -5/+5 |
| | |||||
* | Minor modificiations ; added a simple Line EDitor. | Alex AUVOLAT | 2013-05-20 | 1 | -5/+5 |
| | |||||
* | More improvements in FWIK - more strings, Dir class, ... | Alex AUVOLAT | 2012-05-19 | 1 | -0/+1 |
| | |||||
* | Introducing FWIK, the userland C++ framework. Far from complete. | Alex AUVOLAT | 2012-05-19 | 2 | -2/+2 |
| | |||||
* | Added ANSI support, minimal readline-like library. | Alex AUVOLAT | 2012-05-19 | 1 | -0/+1 |
| | |||||
* | Simple shell added. Simple fprintf function added too. | Alex AUVOLAT | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | Can now spawn new processes. | Alex AUVOLAT | 2012-05-18 | 1 | -0/+3 |
| | |||||
* | The keyboard handling, it's getting better. + Funny screenshot. | Alex AUVOLAT | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | A bit of a change in the directory layout. | Alex AUVOLAT | 2012-05-18 | 4 | -0/+139 |
| | |||||
* | Some cleanup ; relocated the kernel at 0xC0000000 | Alex AUVOLAT | 2012-05-01 | 6 | -113/+0 |
| | |||||
* | Removed all old object/request/... stuff (that was crap) | Alexis211 | 2010-09-10 | 7 | -189/+2 |
| | |||||
* | Each thread has its own stack. Added simple unit tests for kmalloc,kfree | Alexis211 | 2010-09-10 | 1 | -0/+2 |
| | | | | Found a bug in heap_contract (not sure) but didn't fix it. | ||||
* | More work on manager | Alexis211 | 2010-04-07 | 8 | -7/+79 |
| | |||||
* | Some stuff added to userland. | Alexis211 | 2010-04-05 | 2 | -0/+18 |
| | |||||
* | More work on IPC. | Alexis211 | 2010-04-05 | 3 | -0/+5 |
| | |||||
* | Shared memory segment manager in userland | Alexis211 | 2010-03-31 | 3 | -1/+32 |
| | |||||
* | More work on IPC and userland tools. | Alexis211 | 2010-03-30 | 5 | -1/+127 |
| | |||||
* | IPC not tested but suposedly working. | Alexis211 | 2010-03-24 | 1 | -0/+29 |
| | |||||
* | More work on IPC | Alexis211 | 2010-03-23 | 1 | -0/+17 |