Browse Source

Add a command to return to bootldr

pull/18/head
b1ackmai1er 7 years ago
committed by GitHub
parent
commit
1dbc6ea740
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Source/HBIOS/Build.ps1

2
Source/HBIOS/Build.ps1

@ -104,7 +104,7 @@ $ImgFile = "${OutDir}/${RomName}.img" # Final name of IMG image (memory loadable
if ($Platform -eq "UNA") {$CBiosFile = '../CBIOS/cbios_una.bin'} else {$CBiosFile = '../CBIOS/cbios_wbw.bin'} if ($Platform -eq "UNA") {$CBiosFile = '../CBIOS/cbios_una.bin'} else {$CBiosFile = '../CBIOS/cbios_wbw.bin'}
# List of RomWBW proprietary apps to imbed in ROM disk. # List of RomWBW proprietary apps to imbed in ROM disk.
$RomApps = "assign","fdu","format","mode","osldr","rtc","survey","syscopy","sysgen","talk","timer","xm","inttest"
$RomApps = "assign","fdu","format","mode","osldr","rtc","survey","syscopy","sysgen","talk","timer","xm","inttest","reboot"
"" ""
"Building ${RomName}: ${ROMSize}KB ROM configuration ${Config} for Z${CPUType}..." "Building ${RomName}: ${ROMSize}KB ROM configuration ${Config} for Z${CPUType}..."

Loading…
Cancel
Save