mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-11 13:07:25 +00:00
fmt
This commit is contained in:
parent
a4464d3a71
commit
7fd3d3a1b6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
static const uint8_t width = 80;
|
||||
static const uint8_t height = 25;
|
||||
static volatile uint16_t *buffer = (uint16_t*)VGA_ADDR;
|
||||
static volatile uint16_t *buffer = (uint16_t *)VGA_ADDR;
|
||||
|
||||
// position
|
||||
static uint32_t x = 0, y = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue