Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added direct acces to video memory from userland.std_c_userland | Alex AUVOLAT | 2013-07-11 | 1 | -0/+1 |
| | | | | | | 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 | -16/+10 |
| | | | | Project: give total control to userland over display/input devices. | ||||
* | Many bug corrections. | Alex AUVOLAT | 2013-06-09 | 1 | -8/+16 |
| | |||||
* | Minor modificiations ; added a simple Line EDitor. | Alex AUVOLAT | 2013-05-20 | 1 | -1/+1 |
| | |||||
* | A bit of a change in the directory layout. | Alex AUVOLAT | 2012-05-18 | 4 | -7/+6 |
| | |||||
* | Minor changes. | Alex AUVOLAT | 2012-05-18 | 1 | -7/+7 |
| | |||||
* | Devices using the VFS structure. Basic keyboard handler. | Alex AUVOLAT | 2012-05-17 | 3 | -26/+8 |
| | |||||
* | Beginning of a VFS implemented. C++ is great. | Alex AUVOLAT | 2012-05-17 | 2 | -3/+3 |
| | |||||
* | Fixed some nasty bugs. | Alex AUVOLAT | 2012-05-17 | 1 | -2/+2 |
| | |||||
* | Now booting on CD-ROM. | Alex AUVOLAT | 2012-05-17 | 1 | -0/+1 |
| | |||||
* | More OOP; | Alex AUVOLAT | 2012-05-04 | 3 | -68/+77 |
| | |||||
* | Migration to C++! | Alex AUVOLAT | 2012-05-04 | 8 | -90/+91 |
| | |||||
* | Now using Doug Lea's malloc for userland too. And improved stability. | Alex AUVOLAT | 2012-05-01 | 5 | -4/+17 |
| | |||||
* | Now using Doug Lea's malloc in kernel land. Next: same in userland. | Alex AUVOLAT | 2012-05-01 | 11 | -495/+6303 |
| | |||||
* | Some cleanup ; relocated the kernel at 0xC0000000 | Alex AUVOLAT | 2012-05-01 | 6 | -16/+26 |
| | |||||
* | It's alive! Or is it? No, it's not. | Alex AUVOLAT | 2012-05-01 | 1 | -2/+0 |
| | |||||
* | New heap, simple and bug-free, but inefficient. | katchup | 2010-12-12 | 6 | -241/+432 |
| | |||||
* | Each thread has its own stack. Added simple unit tests for kmalloc,kfree | Alexis211 | 2010-09-10 | 3 | -16/+27 |
| | | | | Found a bug in heap_contract (not sure) but didn't fix it. | ||||
* | Added a lot of comments in kernel code. A bit of cleaning too. | Alexis211 | 2010-08-10 | 9 | -14/+92 |
| | |||||
* | More work on manager | Alexis211 | 2010-04-07 | 2 | -1/+2 |
| | |||||
* | More work on IPC and userland tools. | Alexis211 | 2010-03-30 | 4 | -2/+23 |
| | |||||
* | IPC not tested but suposedly working. | Alexis211 | 2010-03-24 | 3 | -5/+5 |
| | |||||
* | old uncommited changes commited | Alexis211 | 2010-03-02 | 2 | -6/+7 |
| | |||||
* | Added user mode support and monitor_writeDec | Alexis211 | 2010-02-09 | 3 | -2/+55 |
| | |||||
* | Reorganisation | Alexis211 | 2010-02-06 | 10 | -0/+752 |