diff --git a/boot/loader/io/terminal.inc b/boot/loader/io/terminal.inc index 50b4175..0a6e89a 100644 --- a/boot/loader/io/terminal.inc +++ b/boot/loader/io/terminal.inc @@ -28,7 +28,6 @@ ;;VIDEO %define TRAM 0xB8000 ; [T]ext[RAM] -%define VRAM 0xA0000 ; [V]ideo[RAM] %define VGA_HEIGHT 80 ;; GLOBAL DATA @@ -38,19 +37,6 @@ VGA_X32 dq 0 VGA_HEIGHT64 dq VGA_HEIGHT VGA_X dq 0 - -testf: - push rsi - push rbx - mov esi, teststr - mov bl, 0xF - call write - pop rsi - pop rbx - ret -teststr: db "Salut",0 - - ;-----------------------------------------------------------------------; ; x64/LM Clear Text Screen Function ; ;-----------------------------------------------------------------------;