summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Nothing intrestingAlexis2112009-09-2612-20/+90
|
* Implemented FileVT.Alexis2112009-09-208-3/+90
|
* Implemented PipeVT.Alexis2112009-09-207-1/+58
|
* Added some screenshots :)Alexis2112009-09-2010-2/+2
|
* Keymaps are now loaded from ramfs.Alexis2112009-09-2012-11/+95
|
* Merge branch 'advt'Alexis2112009-09-2027-136/+324
|\ | | | | | | | | | | | | Conflicts: Source/Kernel/Melon.ke Source/Kernel/VTManager/SimpleVT.class.cpp Source/Kernel/VTManager/VirtualTerminal.proto.h
| * We now have scrollable virtual terminals !Alexis2112009-09-2028-140/+327
| |
* | Nothing, really.Alexis2112009-09-203-5/+4
|/
* Oops... TextFile.class.* wasn't included in previous commit...Alexis2112009-09-202-0/+42
|
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-1914-48/+135
|
* Implemented ByteArray and wf command.Alexis2112009-09-198-3/+147
|
* END.Alexis2112009-09-194-26/+8
|
* More workAlexis2112009-09-194-34/+10
|
* Started conversion from String to BasicString<WChar>Alexis2112009-09-195-83/+234
|
* Changes in mutexes, vectors and VTs :Alexis2112009-09-1815-33/+53
| | | | | | 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-178-15/+22
|
* Added stuff to WChar and String classes.Alexis2112009-09-168-50/+145
| | | | | | | 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-156-25/+32
|
* Added some screenshots and modified some stuff.Alexis2112009-09-157-4/+4
|
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-1410-16/+42
| | | | 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-134-9/+26
|
* Merge branch 'vfs'Alexis2112009-09-1330-65/+776
|\
| * We now can navigate in the VFS using the integrated shell.Alexis2112009-09-1321-98/+216
| |
| * Kernel can now load an Initrd.Alexis2112009-09-1310-11/+91
| |
| * RamFS creatable but not loadable yetAlexis2112009-09-1312-17/+161
| |
| * 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-128-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-062-2/+3
|
* Maybee some changesAlexis2112009-09-0215-607/+650
|
* Added screenshotsAlexis2112009-08-313-0/+0
|
* 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-3113-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-2920-649/+842
|
* .Alexis2112009-08-295-251/+267
|
* 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-2812-344/+356
|
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-2254-190/+2584
|
* 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-2132-0/+802
|