summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | 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
* Color scheme is now configured in Config.hAlexis2112009-09-171-9/+9
|
* Added stuff to WChar and String classes.Alexis2112009-09-162-3/+6
| | | | | | | WChar can now decode utf16 and utf32, and encode utf8 and utf32. String now has functions append(), concat(), compare() and affect() with different prototypes for char[] arrays, so that we can use it as well with utf8, utf16 and utf32.
* 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
| | | | Also fixed a bug in VFS::remove.
* 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
| | | | | These functions make it possible to read or write bytes on a partition without worrying of sectors.
* 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