feat: déplacement de la description des sections pour qu'elle intègre une section Suppression de l'attente d'une touche au démarrage

This commit is contained in:
Nicolas Hordé 2007-03-31 14:58:11 +00:00
parent 517222ec54
commit 81e2660033
1 changed files with 12 additions and 12 deletions

View File

@ -161,8 +161,6 @@ novirtual:
call [cs:initdrive]
jc error2
call [cs:print],offset msg_ok2
xor ax,ax
int 16h
call [cs:execfile],offset shell
error2:
@ -261,16 +259,6 @@ endi
include "mcb.asm"
include "8259a.asm"
mb1:
includebin "video.sys"
mb2:
includebin "..\lib\video.lib"
mb3:
includebin "..\lib\detect.lib"
mb4:
includebin "disque.sys"
mb5:
section:
dw offset mb0
dw offset mb1-offset mb0
@ -293,5 +281,17 @@ dw offset mb5-offset mb4
db "DISQUE",0
dd 0
mb1:
includebin "video.sys"
mb2:
includebin "..\lib\video.lib"
mb3:
includebin "..\lib\detect.lib"
mb4:
includebin "disque.sys"
mb5: