mirror of
https://github.com/cowmonk/cowos.git
synced 2025-10-27 22:43:26 +00:00
cowos moves to 64bit! and framebuffers too ig
This commit is contained in:
parent
b78e4fc24d
commit
babc65305d
32 changed files with 4074 additions and 146 deletions
|
|
@ -1,6 +1,12 @@
|
|||
#include <drivers/video/vga.h>
|
||||
/* #include <bootloader.h> */
|
||||
#include <string.h>
|
||||
|
||||
/* for frame buffer
|
||||
static volatile struct limine_framebuffer_request limineFBreq = {
|
||||
.id = LIMINE_FRAMEBUFFER_REQUEST, .revision = 0};
|
||||
*/
|
||||
|
||||
size_t term_row;
|
||||
size_t term_col;
|
||||
uint8_t term_color;
|
||||
|
|
|
|||
BIN
kernel/drivers/video/vga.o
Normal file
BIN
kernel/drivers/video/vga.o
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue