mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
[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.
This commit is contained in:
@@ -193,16 +193,12 @@ build $builddir/fatroot/nulldrv.elf : cp $builddir/user/nulldrv.elf
|
|||||||
build $builddir/fatroot/fb.elf : cp $builddir/user/fb.elf
|
build $builddir/fatroot/fb.elf : cp $builddir/user/fb.elf
|
||||||
name = fb driver to FAT image
|
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}/fatroot/symbol_table.dat : makest ${builddir}/jsix.elf
|
||||||
|
|
||||||
build $builddir/jsix.img : makefat | $
|
build $builddir/jsix.img : makefat | $
|
||||||
$builddir/fatroot/symbol_table.dat $
|
$builddir/fatroot/symbol_table.dat $
|
||||||
$builddir/fatroot/nulldrv.elf $
|
$builddir/fatroot/nulldrv.elf $
|
||||||
$builddir/fatroot/fb.elf $
|
$builddir/fatroot/fb.elf $
|
||||||
$builddir/fatroot/terminal.elf $
|
|
||||||
$builddir/fatroot/jsix.elf $
|
$builddir/fatroot/jsix.elf $
|
||||||
$builddir/fatroot/efi/boot/bootx64.efi
|
$builddir/fatroot/efi/boot/bootx64.efi
|
||||||
name = jsix.img
|
name = jsix.img
|
||||||
|
|||||||
Reference in New Issue
Block a user