mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-29 23:32:00 +00:00
Kernel 0.9.1 : KERNEL, Fixed the 110Sec bug : Bad default settings if no A2OSX.KCONFIG file present
This commit is contained in:
parent
3209298a21
commit
2548c4d0d6
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user