summaryrefslogtreecommitdiff
path: root/Source/Kernel
Commit message (Collapse)AuthorAgeFilesLines
...
* cat command now uses the File class.Alexis2112009-09-156-25/+32
|
* Added some screenshots and modified some stuff.Alexis2112009-09-152-4/+4
|
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-147-15/+41
| | | | Also fixed a bug in VFS::remove.
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-1312-8/+338
|
* Changed welcome text and added a few error messages.Alexis2112009-09-133-9/+26
|
* Merge branch 'vfs'Alexis2112009-09-1321-61/+634
|\
| * We now can navigate in the VFS using the integrated shell.Alexis2112009-09-1316-98/+216
| |
| * 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
| |
* | Nothing, reallyAlexis2112009-09-131-1/+1
|/
* 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