summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core
Commit message (Expand)AuthorAgeFilesLines
* Heap is now in a separate class, Heap.Alexis2112009-10-131-1/+2
* Tasking now works with linked listsAlexis2112009-10-112-5/+5
* Added a simple random generatorAlexis2112009-10-111-1/+1
* Added a nice animation for the melon logo at bootAlexis2112009-10-101-6/+45
* Nothing, reallyAlexis2112009-10-091-1/+2
* Exiting from a thread now works without hanging everything.Alexis2112009-10-092-4/+4
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-160/+13
* Nothing intrestingAlexis2112009-09-261-2/+2
* Implemented FileVT.Alexis2112009-09-201-1/+1
* Implemented PipeVT.Alexis2112009-09-201-0/+1
* Added some screenshots :)Alexis2112009-09-202-2/+2
* Keymaps are now loaded from ramfs.Alexis2112009-09-201-2/+10
* We now have scrollable virtual terminals !Alexis2112009-09-203-9/+26
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-193-14/+72
* Implemented ByteArray and wf command.Alexis2112009-09-191-1/+18
* Changes in mutexes, vectors and VTs :Alexis2112009-09-181-2/+2
* Color scheme is now configured in Config.hAlexis2112009-09-171-9/+9
* Added stuff to WChar and String classes.Alexis2112009-09-162-3/+6
* cat command now uses the File class.Alexis2112009-09-151-11/+9
* Added some screenshots and modified some stuff.Alexis2112009-09-151-4/+4
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-141-10/+26
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-1/+2
* Changed welcome text and added a few error messages.Alexis2112009-09-131-8/+14
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-131-27/+64
* Kernel can now load an Initrd.Alexis2112009-09-131-6/+6
* Ram file system seems to work \o/Alexis2112009-09-131-0/+26
* Fixed some bugsAlexis2112009-09-124-15/+43
* Nothing, reallyAlexis2112009-09-111-2/+1
* Added read() and write() functions to Partition::Alexis2112009-09-064-15/+61
* Maybee some changesAlexis2112009-09-021-0/+0
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-313-1/+27
* Added a few commands to built-in shell, and made a few scrshots.Alexis2112009-08-312-0/+21
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-314-31/+68
* We now have (partial) support for UTF-8.Alexis2112009-08-292-0/+1
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-291-2/+9
* cleanupAlexis2112009-08-295-0/+0
* Some changesAlexis2112009-08-296-6/+9
* Some changesAlexis2112009-08-282-8/+14
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-228-30/+99
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-2110-7/+63
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-2115-0/+321