Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 1 | -8/+13 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -0/+5 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -3/+14 |
| | |||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -1/+1 |
| | |||||
* | User mode code can now run ! | Alexis211 | 2009-10-17 | 1 | -1/+8 |
| | | | | | | We have a sample process (hardcoded in ASM in Task.wtf.asm) that displays a's and sleeps 20ms, but it's on a hidden virtual terminal so it's useless :D | ||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -3/+3 |
| | |||||
* | Exiting from a thread now works without hanging everything. | Alexis211 | 2009-10-09 | 1 | -1/+1 |
| | |||||
* | Added some screenshots :) | Alexis211 | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 1 | -3/+16 |
| | |||||
* | Fixed some bugs | Alexis211 | 2009-09-12 | 1 | -0/+25 |
| | |||||
* | Now we can read frop floppy drives !!! Next : FAT driver. | Alexis211 | 2009-08-31 | 1 | -1/+1 |
| | |||||
* | We now have complete support for keybord, IN UTF-8 !! | Alexis211 | 2009-08-31 | 1 | -0/+15 |
| | |||||
* | Lots of stuff added : heap, timer, device managment, ... | Alexis211 | 2009-08-22 | 1 | -4/+12 |
| | |||||
* | Kernel now loads in higher half, and uses a VT for output. | Alexis211 | 2009-08-21 | 1 | -4/+11 |
| | |||||
* | System boots up and shows a nice ASCII art logo. | Alexis211 | 2009-08-21 | 1 | -0/+66 |