aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/dev/vesa.c
Commit message (Expand)AuthorAgeFilesLines
* Implement tk.boxAlex Auvolat2017-05-081-1/+1
* Mouse cursor!Alex Auvolat2017-05-031-1/+1
* Fix sme warnings...Alex Auvolat2016-07-141-1/+1
* Integration of scan-build and splintAlex Auvolat2016-07-141-0/+2
* Add simple drawing code & font loading.Alex Auvolat2015-03-111-7/+24
* Refactor ; add default font (8x16 standard VGA font).Alex Auvolat2015-03-111-6/+6
* Add mutex to pciide driver (fixes some stuff)Alex Auvolat2015-03-101-1/+1
* Implement VESA ioctl (not tested).Alex Auvolat2015-03-101-1/+31
* Pass more information to FS driver on some ops (TODO bugcheck).Alex Auvolat2015-03-101-7/+7
* Add simple shared memory facility to IPC (no syscall yet)Alex Auvolat2015-03-101-16/+2
* Rename & cleanup.Alex Auvolat2015-03-101-5/+32
* Prettify VESA code.Alex Auvolat2015-03-101-37/+56
* VESA mode setting ; displays kogata logo!Alex Auvolat2015-03-091-22/+365
* Implement V86 monitor and VESA mode detection.Alex Auvolat2015-03-091-0/+84