From 2c444dccd62e484e650b9783797876a214bfc174 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Wed, 6 Jan 2021 11:32:45 -0800 Subject: [PATCH] [build] Remove fake terminal.elf A fake terminal.elf (copy of nulldrv.elf) was added to test the loader. Now that there actually are multiple programs to load, remove the fake one. --- scripts/templates/build.ninja.j2 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/templates/build.ninja.j2 b/scripts/templates/build.ninja.j2 index 5ee5aca..8ab68b7 100644 --- a/scripts/templates/build.ninja.j2 +++ b/scripts/templates/build.ninja.j2 @@ -193,16 +193,12 @@ build $builddir/fatroot/nulldrv.elf : cp $builddir/user/nulldrv.elf build $builddir/fatroot/fb.elf : cp $builddir/user/fb.elf name = fb driver to FAT image -build $builddir/fatroot/terminal.elf : cp $builddir/user/nulldrv.elf - name = terminal driver to FAT image - build ${builddir}/fatroot/symbol_table.dat : makest ${builddir}/jsix.elf build $builddir/jsix.img : makefat | $ $builddir/fatroot/symbol_table.dat $ $builddir/fatroot/nulldrv.elf $ $builddir/fatroot/fb.elf $ - $builddir/fatroot/terminal.elf $ $builddir/fatroot/jsix.elf $ $builddir/fatroot/efi/boot/bootx64.efi name = jsix.img