pstwo4u
11-05-2005, 06:26 AM
I am trying to install applications, which then could be started from bootmanager.
The problem I have , is that the bootmanager does not see any of the applications on the cdrom.
My cdrom contains the following files:
Folder 0, contains a file 0.000 of 51200 KB
Folder HDLOADER contains the files:
HDLFPP.ELF 656 KB
INSTALL.PBT 1 KB with the contents:
SET SRC "$PWD"
SET DST "mc0:/BOOT/HDLOADER"
_MKDIR "$DST"
COPY "$SRC\HDLFPP.ELF" "$DST/HDLFPP.ELF"
COPY "$SRC\REMOVE.PBT" "$DST/REMOVE.PBT"
COPY "$SRC\RUN.PBT" "$DST/RUN.PBT"
UNSET SRC
UNSET DST
REMOVE.PBT 1 KB with the contents:
SET SRC "mc0:/BOOT/HDLFPP"
_RM "$SRC/HDLFPP.ELF"
_RM "$SRC/REMOVE.PBT"
_RM "$SRC/RUN.PBT"
_RMDIR "$SRC"
RUN.PBT 1 KB with the contents:
LOADEXEC "EEELF" "moduleload" "-m rom0:SIO2MAN" "-m rom0:MCMAN" "mc0:/BOOT/HDLOADER/HDLFPP.ELF"
The file INSTLIST.PBT with the following contents:
SET SRC "$PWD\HDLOADER"
SET DST "mc0:/BOOT/HDLOADER"
SET "TITLE" "HDLOADER"
SET "VERSION" "v0.7C"
SET "AUTHOR" ""
SET "DESC" "Hiermee kun je spellen op je harddisk zetten, en afspelen."
SET "INSTALL_PBT" "$SRC\INSTALL.PBT"
SET "REMOVE_PBT" "$DST/REMOVE.PBT"
SET "RUN_PBT" "$DST/RUN.PBT"
ADDINST "$TITLE" "$VERSION" "$AUTHOR" "$DESC" "$INSTALL_PBT" "$REMOVE_PBT" "$RUN_PBT"
UNSET "TITLE"
UNSET "VERSION"
UNSET "AUTHOR"
UNSET "DESC"
UNSET "INSTALL_PBT"
UNSET "REMOVE_PBT"
UNSET "RUN_PBT"
Everything should be ok.
I burned a cdrom as data disk with the above contents.
Then loaded the cdrom, pressed reset, and boot manager BM1.6 was started.
Then I selected "Application Browser" and "Install Application", but nothing was seen.
Can somebody help me ??
The problem I have , is that the bootmanager does not see any of the applications on the cdrom.
My cdrom contains the following files:
Folder 0, contains a file 0.000 of 51200 KB
Folder HDLOADER contains the files:
HDLFPP.ELF 656 KB
INSTALL.PBT 1 KB with the contents:
SET SRC "$PWD"
SET DST "mc0:/BOOT/HDLOADER"
_MKDIR "$DST"
COPY "$SRC\HDLFPP.ELF" "$DST/HDLFPP.ELF"
COPY "$SRC\REMOVE.PBT" "$DST/REMOVE.PBT"
COPY "$SRC\RUN.PBT" "$DST/RUN.PBT"
UNSET SRC
UNSET DST
REMOVE.PBT 1 KB with the contents:
SET SRC "mc0:/BOOT/HDLFPP"
_RM "$SRC/HDLFPP.ELF"
_RM "$SRC/REMOVE.PBT"
_RM "$SRC/RUN.PBT"
_RMDIR "$SRC"
RUN.PBT 1 KB with the contents:
LOADEXEC "EEELF" "moduleload" "-m rom0:SIO2MAN" "-m rom0:MCMAN" "mc0:/BOOT/HDLOADER/HDLFPP.ELF"
The file INSTLIST.PBT with the following contents:
SET SRC "$PWD\HDLOADER"
SET DST "mc0:/BOOT/HDLOADER"
SET "TITLE" "HDLOADER"
SET "VERSION" "v0.7C"
SET "AUTHOR" ""
SET "DESC" "Hiermee kun je spellen op je harddisk zetten, en afspelen."
SET "INSTALL_PBT" "$SRC\INSTALL.PBT"
SET "REMOVE_PBT" "$DST/REMOVE.PBT"
SET "RUN_PBT" "$DST/RUN.PBT"
ADDINST "$TITLE" "$VERSION" "$AUTHOR" "$DESC" "$INSTALL_PBT" "$REMOVE_PBT" "$RUN_PBT"
UNSET "TITLE"
UNSET "VERSION"
UNSET "AUTHOR"
UNSET "DESC"
UNSET "INSTALL_PBT"
UNSET "REMOVE_PBT"
UNSET "RUN_PBT"
Everything should be ok.
I burned a cdrom as data disk with the above contents.
Then loaded the cdrom, pressed reset, and boot manager BM1.6 was started.
Then I selected "Application Browser" and "Install Application", but nothing was seen.
Can somebody help me ??