summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core/loader.wtf.asm
Commit message (Collapse)AuthorAgeFilesLines
* Added stuff to WChar and String classes.Alexis2112009-09-161-3/+3
| | | | | | | 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.
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-15/+16
|
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-211-1/+27
|
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-211-0/+59