feat: exécution du shell "commande.ce" a la fin du chargement du système Passage d'argument modifié lors de l'appel de la fonction "mbloadsection"
This commit is contained in:
parent
cccc113a35
commit
ef63b674bd
|
@ -36,8 +36,6 @@ start:
|
||||||
call biosprint,offset msg_ok
|
call biosprint,offset msg_ok
|
||||||
call biosprint,offset msg_memory_section
|
call biosprint,offset msg_memory_section
|
||||||
mov ax,cs
|
mov ax,cs
|
||||||
dec ax
|
|
||||||
dec ax
|
|
||||||
call mbloadsection,ax
|
call mbloadsection,ax
|
||||||
jc error
|
jc error
|
||||||
call biosprint,offset msg_ok
|
call biosprint,offset msg_ok
|
||||||
|
@ -160,11 +158,7 @@ novirtual:
|
||||||
call [initdrive]
|
call [initdrive]
|
||||||
jc error2
|
jc error2
|
||||||
call [print],offset msg_ok2
|
call [print],offset msg_ok2
|
||||||
|
call [execfile],offset shell
|
||||||
call [projfile],offset tester
|
|
||||||
call [print],offset msg_ok2
|
|
||||||
tester find <"boot2.bin",0,0,0,1,>
|
|
||||||
|
|
||||||
|
|
||||||
error2:
|
error2:
|
||||||
call [print],offset msg_error2
|
call [print],offset msg_error2
|
||||||
|
@ -176,7 +170,7 @@ error:
|
||||||
call bioswaitkey
|
call bioswaitkey
|
||||||
jmp far 0FFFFh:0000h
|
jmp far 0FFFFh:0000h
|
||||||
|
|
||||||
|
shell find <"commande.ce",0,0,0,1,>
|
||||||
thepci pciinf <>
|
thepci pciinf <>
|
||||||
thecpu cpu <>
|
thecpu cpu <>
|
||||||
temp db 256 dup (0)
|
temp db 256 dup (0)
|
||||||
|
@ -219,6 +213,7 @@ use DETECT.LIB,getpciclass
|
||||||
use DETECT.LIB,detectvmware
|
use DETECT.LIB,detectvmware
|
||||||
use DISQUE,initdrive
|
use DISQUE,initdrive
|
||||||
use DISQUE,projfile
|
use DISQUE,projfile
|
||||||
|
use DISQUE,execfile
|
||||||
endi
|
endi
|
||||||
|
|
||||||
include "mcb.asm"
|
include "mcb.asm"
|
||||||
|
|
Loading…
Reference in New Issue