Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More work on the same stuff, all shell aplets are now external bins | Alexis211 | 2009-12-26 | 1 | -0/+2 |
| | |||||
* | More work | Alexis211 | 2009-12-25 | 1 | -0/+2 |
| | |||||
* | More work on shell | Alexis211 | 2009-12-24 | 1 | -8/+8 |
| | |||||
* | Changed some stuff about the Shell | Alexis211 | 2009-12-24 | 1 | -1/+6 |
| | | | | | Some applets are now externalized : cat free halt ls reboot uptime Also added some colors | ||||
* | Some reorganisation | Alexis211 | 2009-12-20 | 1 | -10/+4 |
| | |||||
* | rot13, demo app for StreamApp, is working :) | Alexis211 | 2009-12-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-09 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: Makefile | ||||
| * | Some changes | Alexis211 | 2009-12-09 | 1 | -2/+2 |
| | | |||||
* | | Minor edit | Alexis211 | 2009-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into mountpoints | Alexis211 | 2009-12-06 | 1 | -1/+2 |
|\| | |||||
| * | Edited makefile | Alexis211 | 2009-12-06 | 1 | -1/+2 |
| | | |||||
* | | Added some screenshots, re-organized some stuff. | Alexis211 | 2009-11-27 | 1 | -1/+1 |
| | | |||||
* | | Re-organized file system stuff. | Alexis211 | 2009-11-25 | 1 | -11/+18 |
| | | |||||
* | | Screwy implementation of FATFS::read | Alexis211 | 2009-11-15 | 1 | -0/+2 |
|/ | |||||
* | Added a game of life simulator demo | Alexis211 | 2009-11-13 | 1 | -3/+4 |
| | |||||
* | Introduced PaperWork : our init/login manager. | Alexis211 | 2009-11-08 | 1 | -4/+5 |
| | | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod | ||||
* | Arranged some paperwork | Alexis211 | 2009-10-29 | 1 | -0/+1 |
| | |||||
* | More work on userland syscalls : Files are implemented. | Alexis211 | 2009-10-24 | 1 | -2/+3 |
| | | | | TextFile now is a common (= kernel and userland) library. | ||||
* | Added some stuff to the README, and made GRUB's menu.cfg auto-updating. | Alexis211 | 2009-10-23 | 1 | -0/+1 |
| | |||||
* | Added some screenshots (\o/) and implemented mkdir in userland. | Alexis211 | 2009-10-23 | 1 | -4/+5 |
| | |||||
* | More work on syscalls and shell | Alexis211 | 2009-10-23 | 1 | -1/+5 |
| | |||||
* | Started working on user managment | Alexis211 | 2009-10-21 | 1 | -0/+6 |
| | |||||
* | Started working on a userland shell | Alexis211 | 2009-10-20 | 1 | -1/+2 |
| | | | | This means I'll have to do syscalls for everything I need. | ||||
* | Re-organized everything | Alexis211 | 2009-10-18 | 1 | -4/+5 |
| | |||||
* | We can now load ELF binaries !!! | Alexis211 | 2009-10-18 | 1 | -2/+2 |
| | |||||
* | Melon now loads a simple ASM application out of the ramfs | Alexis211 | 2009-10-17 | 1 | -1/+2 |
| | | | | The format is very simple, but an ELF loader is planned. | ||||
* | Each Process now has a user heap. | Alexis211 | 2009-10-17 | 1 | -4/+7 |
| | | | | It will be used for transferring data from kernel to userland. | ||||
* | Tasking now works with linked lists | Alexis211 | 2009-10-11 | 1 | -0/+3 |
| | |||||
* | Keymaps are now loaded from ramfs. | Alexis211 | 2009-09-20 | 1 | -1/+2 |
| | |||||
* | We now have scrollable virtual terminals ! | Alexis211 | 2009-09-20 | 1 | -1/+5 |
| | |||||
* | Changes in mutexes, vectors and VTs : | Alexis211 | 2009-09-18 | 1 | -1/+1 |
| | | | | | | mutexes now use the atomic_exchang defined in Task.wtf.asm some vector methods are now declared const VTs now can display (decimal) 64bit integers | ||||
* | Added a few commands to kernel shell (rm && mkdir). | Alexis211 | 2009-09-14 | 1 | -1/+1 |
| | | | | Also fixed a bug in VFS::remove. | ||||
* | Kernel can now load an Initrd. | Alexis211 | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | RamFS creatable but not loadable yet | Alexis211 | 2009-09-13 | 1 | -3/+8 |
| | |||||
* | Cleanup'ed a TODO | Alexis211 | 2009-09-06 | 1 | -1/+2 |
| | |||||
* | We now have (partial) support for UTF-8. | Alexis211 | 2009-08-29 | 1 | -2/+2 |
| | |||||
* | . | Alexis211 | 2009-08-29 | 1 | -1/+1 |
| | |||||
* | System boots up and shows a nice ASCII art logo. | Alexis211 | 2009-08-21 | 1 | -0/+48 |