summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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