index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
graphics
/
vesa.c
blob: 0a121e571cdfab6e706f6445346d19067653ddc5 (
plain
) (
blame
)
1
2
3
4
5
6
#include "graphics.h" void vesa_init() { terminal_write_line("Init"); }