summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Re-organized everythingAlexis2112009-10-181-7/+7
* We can now load ELF binaries !!!Alexis2112009-10-181-0/+1
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-181-0/+2
* Each thread now has a kernel stack and an user stackAlexis2112009-10-171-1/+1
* Each Process now has a user heap.Alexis2112009-10-171-1/+1
* Heap is now in a separate class, Heap.Alexis2112009-10-131-0/+2
* Tasking now works with linked listsAlexis2112009-10-111-1/+1
* Added a simple random generatorAlexis2112009-10-111-1/+2
* Nothing, reallyAlexis2112009-10-091-58/+59
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-0/+3
* Implemented FileVT.Alexis2112009-09-201-0/+1
* Implemented PipeVT.Alexis2112009-09-201-0/+1
* We now have scrollable virtual terminals !Alexis2112009-09-201-2/+4
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-191-0/+2
* Implemented ByteArray and wf command.Alexis2112009-09-191-0/+1
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-0/+1
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-131-0/+2
* Ram file system seems to work \o/Alexis2112009-09-131-0/+1
* Nothing, reallyAlexis2112009-09-111-1/+1
* Added read() and write() functions to Partition::Alexis2112009-09-061-1/+1
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-311-1/+5
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-311-2/+6
* We now have (partial) support for UTF-8.Alexis2112009-08-291-1/+2
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-0/+4
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-2/+15
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-211-0/+2
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-211-0/+50