summaryrefslogtreecommitdiff
path: root/Source/Kernel
Commit message (Collapse)AuthorAgeFilesLines
* Kernel can now load an Initrd.Alexis2112009-09-136-7/+82
|
* RamFS creatable but not loadable yetAlexis2112009-09-138-14/+25
|
* Ram file system seems to work \o/Alexis2112009-09-1320-118/+317
|
* Created some filesAlexis2112009-09-1311-2/+85
|
* Started working on the VFSAlexis2112009-09-132-0/+87
|
* Fixed some bugsAlexis2112009-09-127-17/+45
|
* Nothing, reallyAlexis2112009-09-1121-76/+102
|
* Added read() and write() functions to Partition::Alexis2112009-09-068-16/+107
| | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors.
* Ok, exception handling happens in Thread::.Alexis2112009-09-066-44/+47
|
* Bug correctionAlexis2112009-09-067-1608/+4
|
* Cleanup'ed a TODOAlexis2112009-09-061-1/+1
|
* Maybee some changesAlexis2112009-09-0215-607/+650
|
* Now we can read frop floppy drives !!! Next : FAT driver.Alexis2112009-08-3119-690/+1845
|
* Added a few commands to built-in shell, and made a few scrshots.Alexis2112009-08-3110-565/+609
|
* We now have complete support for keybord, IN UTF-8 !!Alexis2112009-08-3124-680/+1482
|
* We now have (partial) support for UTF-8.Alexis2112009-08-2919-647/+840
|
* .Alexis2112009-08-294-250/+266
|
* The Melon kernel now has support for simple multitaskingAlexis2112009-08-2916-449/+1306
|
* cleanupAlexis2112009-08-2922-0/+0
|
* Some changesAlexis2112009-08-2923-6/+9
|
* Some changesAlexis2112009-08-2810-344/+356
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-2250-180/+2583
|
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-2125-106/+501
|
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-2128-0/+698