summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Revive MelonAlex AUVOLAT2014-10-281-3/+5
|
* More work on the same stuff, all shell aplets are now external binsAlexis2112009-12-261-0/+2
|
* More workAlexis2112009-12-251-0/+2
|
* More work on shellAlexis2112009-12-241-8/+8
|
* Changed some stuff about the ShellAlexis2112009-12-241-1/+6
| | | | | Some applets are now externalized : cat free halt ls reboot uptime Also added some colors
* Some reorganisationAlexis2112009-12-201-10/+4
|
* rot13, demo app for StreamApp, is working :)Alexis2112009-12-201-0/+1
|
* Merge branch 'master' into mountpointsAlexis2112009-12-091-1/+1
|\ | | | | | | | | Conflicts: Makefile
| * Some changesAlexis2112009-12-091-2/+2
| |
* | Minor editAlexis2112009-12-091-1/+1
| |
* | Merge branch 'master' into mountpointsAlexis2112009-12-061-1/+2
|\|
| * Edited makefileAlexis2112009-12-061-1/+2
| |
* | Added some screenshots, re-organized some stuff.Alexis2112009-11-271-1/+1
| |
* | Re-organized file system stuff.Alexis2112009-11-251-11/+18
| |
* | Screwy implementation of FATFS::readAlexis2112009-11-151-0/+2
|/
* Added a game of life simulator demoAlexis2112009-11-131-3/+4
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-4/+5
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* Arranged some paperworkAlexis2112009-10-291-0/+1
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-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.Alexis2112009-10-231-0/+1
|
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-231-4/+5
|
* More work on syscalls and shellAlexis2112009-10-231-1/+5
|
* Started working on user managmentAlexis2112009-10-211-0/+6
|
* Started working on a userland shellAlexis2112009-10-201-1/+2
| | | | This means I'll have to do syscalls for everything I need.
* Re-organized everythingAlexis2112009-10-181-4/+5
|
* We can now load ELF binaries !!!Alexis2112009-10-181-2/+2
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-1/+2
| | | | The format is very simple, but an ELF loader is planned.
* Each Process now has a user heap.Alexis2112009-10-171-4/+7
| | | | It will be used for transferring data from kernel to userland.
* Tasking now works with linked listsAlexis2112009-10-111-0/+3
|
* Keymaps are now loaded from ramfs.Alexis2112009-09-201-1/+2
|
* We now have scrollable virtual terminals !Alexis2112009-09-201-1/+5
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-181-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).Alexis2112009-09-141-1/+1
| | | | Also fixed a bug in VFS::remove.
* Kernel can now load an Initrd.Alexis2112009-09-131-2/+2
|
* RamFS creatable but not loadable yetAlexis2112009-09-131-3/+8
|
* Cleanup'ed a TODOAlexis2112009-09-061-1/+2
|
* We now have (partial) support for UTF-8.Alexis2112009-08-291-2/+2
|
* .Alexis2112009-08-291-1/+1
|
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-211-0/+48