summaryrefslogtreecommitdiff
path: root/Source/Kernel/Devices/Display/VGATextOutput.class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Text scrolling optimisation for VGATextOutputAlexis2112009-12-201-0/+11
* 15bpp and 16bpp modes are now supported correctlyAlexis2112009-11-111-1/+1
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-111-5/+3
* Started working on some 2D graAlexis2112009-11-101-6/+10
* Switching to text mode now really switches to text mode.Alexis2112009-11-081-3/+9
* Worked on graphics mode selection, in prevision for having VESA grpahicsAlexis2112009-11-081-4/+18
* Nothing, reallyAlexis2112009-09-111-1/+1
* We now have (partial) support for UTF-8.Alexis2112009-08-291-2/+2
* Lots of stuff added : heap, timer, device managment, ...Alexis2112009-08-221-0/+9
* Kernel now loads in higher half, and uses a VT for output.Alexis2112009-08-211-3/+5
* System boots up and shows a nice ASCII art logo.Alexis2112009-08-211-0/+29