From 5e24809e345d2ea8c6e6c1cd04d4e97206c0ec0f Mon Sep 17 00:00:00 2001 From: Frater <13979047+saintfrater@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:12:32 +0100 Subject: [PATCH] prepare HiRes --- src/boot.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot.asm b/src/boot.asm index f59945e..4b1bb3c 100644 --- a/src/boot.asm +++ b/src/boot.asm @@ -79,8 +79,8 @@ reset: call setup_check_vga ; on initialise le mode texte 80x25 par défaut DEBUG - mov ax, 0x0003 - int 10h + ;mov ax, 0x0003 + ;int 10h ; enable IRQ 0 mov ah,IRQ_ENABLED