forked from KolibriOS/kolibrios
LAUNCHER - using of SETTINGS directory for AUTORUN.DAT
git-svn-id: svn://kolibrios.org@4095 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
fd9093dda7
commit
cabf4a3250
@ -285,7 +285,7 @@ CMM_PROGRAMS:=\
|
||||
# Some of them are auto-built with special rules, some just exist before build.
|
||||
# Each item is of the form <local name>:<name inside image>.
|
||||
# Spaces should be represented as |.
|
||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
default.skn:DEFAULT.SKN \
|
||||
graph:GRAPH hdread:HDREAD \
|
||||
settings/icon.ini:SETTINGS/ICON.INI \
|
||||
|
@ -285,7 +285,7 @@ CMM_PROGRAMS:=\
|
||||
# Some of them are auto-built with special rules, some just exist before build.
|
||||
# Each item is of the form <local name>:<name inside image>.
|
||||
# Spaces should be represented as |.
|
||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
default.skn:DEFAULT.SKN \
|
||||
graph:GRAPH hdread:HDREAD \
|
||||
settings/icon.ini:SETTINGS/ICON.INI \
|
||||
|
@ -284,7 +284,7 @@ CMM_PROGRAMS:=\
|
||||
# Some of them are auto-built with special rules, some just exist before build.
|
||||
# Each item is of the form <local name>:<name inside image>.
|
||||
# Spaces should be represented as |.
|
||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
default.skn:DEFAULT.SKN \
|
||||
graph:GRAPH hdread:HDREAD \
|
||||
settings/icon.ini:SETTINGS/ICON.INI \
|
||||
|
@ -279,7 +279,7 @@ CMM_PROGRAMS:=\
|
||||
# Spaces should be represented as |.
|
||||
#
|
||||
# yogev_ezra: Removed '3dsheart' to free some space on RAMDISK. This demo has 90% in common with VIEW3DS
|
||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
default.skn:DEFAULT.SKN \
|
||||
graph:GRAPH hdread:HDREAD \
|
||||
settings/icon.ini:SETTINGS/ICON.INI \
|
||||
|
@ -284,7 +284,7 @@ CMM_PROGRAMS:=\
|
||||
# Some of them are auto-built with special rules, some just exist before build.
|
||||
# Each item is of the form <local name>:<name inside image>.
|
||||
# Spaces should be represented as |.
|
||||
OTHER_FILES:=autorun.dat:AUTORUN.DAT \
|
||||
OTHER_FILES:=settings/autorun.dat:SETTINGS/AUTORUN.DAT \
|
||||
default.skn:DEFAULT.SKN \
|
||||
graph:GRAPH hdread:HDREAD \
|
||||
settings/icon.ini:SETTINGS/ICON.INI \
|
||||
|
@ -238,7 +238,7 @@ START: ; start of execution
|
||||
dd 0
|
||||
.blocks dd 16*512 ; 16*512 bytes max
|
||||
.address dd file_data
|
||||
db "AUTORUN.DAT",0
|
||||
db "/SYS/SETTINGS/AUTORUN.DAT",0
|
||||
|
||||
start_info:
|
||||
.mode dd 7
|
||||
|
Loading…
Reference in New Issue
Block a user