From fee0c5a3336b5bda92b32200175b937174258ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Sun, 31 Oct 2004 11:46:21 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20plus=20d'attente=20apr=C3=A9s=20une=20t?= =?UTF-8?q?ouche=20a=20la=20fin=20du=20programme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programs/detect.asm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/programs/detect.asm b/programs/detect.asm index 0e66e85..0750b2a 100644 --- a/programs/detect.asm +++ b/programs/detect.asm @@ -157,15 +157,13 @@ xor cl,cl inc al cmp al,16 jbe search -xor ax,ax -int 16h db 0CBh msg3 db ' Classe :',0 msg1 db 'Peripherique :',0 msg2 db ' Constructeur :',0 msg4 db ' iD :',0 -msg db 'COS2000 hardware detecteur V1.1',0 +msg db 'COS2000 hardware detecteur V1.5',0 pcivers db 'BIOS PCI version ',0 pcivers2 db ' a ete detecte !',0 nbbuses db 'Nombre de bus : ',0