2
0
Fork 0

Generate NOVA image assembly in 64bit mode

This fixes a regression introduced in "nova-image: remove Arch union type".
This commit is contained in:
Emery Hemingway 2020-01-28 00:27:29 +01:00
parent 916c30c541
commit 467ecf7cdb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ in nixpkgs.writeScriptBin "nova-image" (with nixpkgs.buildPackages;
export DHALL_PRELUDE=${packages.dhallPrelude}/package.dhall
export DHALL_GENODE=${packages.dhallGenode}/package.dhall
${dhallApps.dhall.program} text <<< \
"(${./nova-modules.as.dhall}).to32bitImage ($@)" \
"(${./nova-modules.as.dhall}).to64bitImage ($@)" \
> "$TMPDIR/modules.as"
# compile the boot modules into one object file