| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Mount points seem to work, mostly owing to dark magic. | Alexis211 | 2009-11-15 | 11 | -30/+163 |
|/ |
|
* | LM | Alexis211 | 2009-11-15 | 7 | -18/+47 |
* | Changed the way keyboard handling works, fixing a bug. | Alexis211 | 2009-11-14 | 6 | -22/+31 |
* | Added screenshots and a grub entry for the GOL simulator. | Alexis211 | 2009-11-14 | 8 | -14/+18 |
* | Changed some things in the way init is handled. | Alexis211 | 2009-11-14 | 6 | -89/+130 |
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 25 | -105/+277 |
* | 8bpp modes now supported :) | Alexis211 | 2009-11-11 | 5 | -6/+87 |
* | 15bpp and 16bpp modes are now supported correctly | Alexis211 | 2009-11-11 | 6 | -31/+77 |
* | Modified the way of calling V86 procedures, and calling BIOS ints | Alexis211 | 2009-11-11 | 14 | -143/+176 |
* | Added three screenshots | Alexis211 | 2009-11-11 | 3 | -0/+0 |
* | More work | Alexis211 | 2009-11-11 | 5 | -23/+103 |
* | VESA works ! | Alexis211 | 2009-11-11 | 13 | -300/+92 |
* | Started working on some 2D gra | Alexis211 | 2009-11-10 | 29 | -35/+1121 |
* | Switching to text mode now really switches to text mode. | Alexis211 | 2009-11-08 | 5 | -19/+21 |
* | Worked on graphics mode selection, in prevision for having VESA grpahics | Alexis211 | 2009-11-08 | 7 | -72/+123 |
* | Nothing, really : put some utility functions in V86.ns | Alexis211 | 2009-11-08 | 7 | -49/+82 |
* | Introduced V86 mode. It really fits in nicely :) | Alexis211 | 2009-11-08 | 17 | -27/+353 |
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 21 | -159/+314 |
* | Arranged some paperwork | Alexis211 | 2009-10-29 | 3 | -2/+9 |
* | Some changes... | Alexis211 | 2009-10-26 | 8 | -16/+18 |
* | Made some minor changes, for compatibility | Nicolas BERNSTEIN | 2009-10-26 | 7 | -12/+14 |
* | More work on syscalls : userland applications can run other apps. | Alexis211 | 2009-10-24 | 10 | -11/+145 |
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 40 | -155/+422 |
* | Added some stuff to the README, and made GRUB's menu.cfg auto-updating. | Alexis211 | 2009-10-23 | 3 | -0/+21 |
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 12 | -9/+80 |
* | Some changes, and implemented rm in userland shell. | Alexis211 | 2009-10-23 | 15 | -25/+87 |
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 17 | -10/+181 |
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 32 | -27/+252 |
* | Merge branch 'master' into usermgmt | Alexis211 | 2009-10-23 | 4 | -4/+10 |
|\ |
|
| * | Fixed a bug with paging/tasking. | Alexis211 | 2009-10-23 | 4 | -4/+10 |
* | | Nothing reall | Alexis211 | 2009-10-23 | 2 | -1/+4 |
* | | Started working on user managment | Alexis211 | 2009-10-21 | 15 | -19/+272 |
|/ |
|
* | Merge branch 'usermode_syscalls' | Alexis211 | 2009-10-21 | 15 | -47/+91 |
|\ |
|
| * | More work | Alexis211 | 2009-10-21 | 15 | -47/+91 |
* | | Merge branch 'usermode_syscalls' | Alexis211 | 2009-10-20 | 111 | -163/+1613 |
|\| |
|
| * | Started working on a userland shell | Alexis211 | 2009-10-20 | 12 | -6/+141 |
| * | Implemented static syscalls, specific to a class and not an object. | Alexis211 | 2009-10-20 | 15 | -9/+60 |
| * | We now have call tables for ressources. | Alexis211 | 2009-10-20 | 16 | -117/+153 |
| * | More work on syscalls | Alexis211 | 2009-10-18 | 15 | -3/+100 |
| * | Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfree | Alexis211 | 2009-10-18 | 15 | -36/+37 |
| * | Heap included as well in userland library | Alexis211 | 2009-10-18 | 20 | -23/+167 |
| * | More work on syscalls | Alexis211 | 2009-10-18 | 11 | -11/+116 |
| * | Syscall interface starts being implemented ! | Alexis211 | 2009-10-18 | 20 | -26/+338 |
| * | Re-organized everything | Alexis211 | 2009-10-18 | 63 | -84/+169 |
| * | We can now load ELF binaries !!! | Alexis211 | 2009-10-18 | 12 | -24/+166 |
| * | Loading binaries now is done through a much more unified interface. | Alexis211 | 2009-10-18 | 16 | -27/+154 |
| * | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 23 | -34/+97 |
| * | nothing | Alexis211 | 2009-10-17 | 1 | -1/+2 |
| * | User mode code can now run ! | Alexis211 | 2009-10-17 | 11 | -10/+162 |
* | | Nothing, really | Alexis211 | 2009-10-17 | 2 | -2/+3 |
|/ |
|