]> git.dujemihanovic.xyz Git - nameless-os.git/commit
More features in VGA driver
authorDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 16 Sep 2021 17:38:34 +0000 (19:38 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 16 Sep 2021 17:38:34 +0000 (19:38 +0200)
commit3568adbeba1623a28e80fa3680a2286fd48b0ed3
tree225770aaa1e223d792220390694ba01ff25cc99e
parent9ef60208fec0c672248023d467f57eecd6e7214f
More features in VGA driver

Now supports color (specify color when using kprint) and moves the VGA cursor as
it prints.
.gitignore
Makefile
include/arch/x86/io.h [new file with mode: 0644]
include/arch/x86/tty.h
kernel/arch/x86/tty/tty.c
kernel/kernel.c