@ -382,7 +382,7 @@ vga_clear:
push ax
push cx
mov ax, 0xb800
mov ax, VGA_SEG
mov es, ax
mov ax, [GLOBALS + VGA_COL]
mov cx, VGA_WIDTH * VGA_HEIGHT
@ -410,7 +410,7 @@ vga_scroll:
push es
push ds
mov ds, ax
@ -475,7 +475,7 @@ vga_print_raw:
mov di, cx
shl di, 1
mov fs, ax
mov ah, [GLOBALS + VGA_COL + 1]
@ -12,6 +12,8 @@
%define EBDA_START 0x080000
%define VGA_SEG 0xb800
%define BOOT1_MAGIC 0x544e4150
%define VGA_WIDTH 80