Browse Source
Update build process to build additonal ROM image
pull/14/head
b1ackmai1er
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Source/HBIOS/Build.ps1
|
|
|
@ -234,7 +234,7 @@ if ($Platform -eq "UNA") |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
Concat 'hbios_rom.bin','osimg.bin','osimg.bin','osimg.bin',$RomDiskFile $RomFile |
|
|
|
Concat 'hbios_rom.bin','osimg.bin','osimg1.bin','osimg.bin',$RomDiskFile $RomFile |
|
|
|
Concat 'hbios_app.bin','osimg.bin' $ComFile |
|
|
|
Concat 'hbios_img.bin','osimg.bin' $ImgFile |
|
|
|
} |
|
|
|
|