Kernel 0.9.1 : KERNEL, Fixed the 110Sec bug : Bad default settings if no A2OSX.KCONFIG file present

This commit is contained in:
Rémy GIBERT 2018-05-26 19:25:04 +02:00
parent 3209298a21
commit 2548c4d0d6
5 changed files with 4 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,8 @@ AUTO 4,1
*--------------------------------------
A2osX.MAIN.S .EQ A2osX.AUX-A2osX.MAIN
A2osX.AUX.S .EQ A2osX.GP-A2osX.AUX
A2osX.GP.S .EQ GP.CodeEnd-GP.CodeStart
A2osX.GP.S .EQ GP.End-GP.CodeStart
A2osX.GP.SC .EQ GP.CodeEnd-GP.CodeStart
A2osX.D1.S .EQ A2osX.D2-A2osX.D1
A2osX.D2.S .EQ A2osX.E0-A2osX.D2
A2osX.E0.S .EQ A2osX.E0.E-A2osX.E0
@ -18,7 +19,7 @@ A2osX.E0.S .EQ A2osX.E0.E-A2osX.E0
.DO A2osX.AUX.S>$C00
* ERROR:AUX too big
.FIN
.DO A2osX.GP.S>$1E0
.DO A2osX.GP.SC>$1E0
* ERROR:GP too big
.FIN
.DO A2osX.D1.S>$1000

View File

@ -347,6 +347,7 @@ GP.CodeEnd .BS $BEE0-*
.DA #0 ChRoot/Preemptive Disabled
.HS 00000000000000 All Slots marked as "Free"
*--------------------------------------
GP.End .EQ *
MAN
SAVE /A2OSX.SRC/SYS/KERNEL.S.GP
LOAD /A2OSX.SRC/SYS/KERNEL.S