Skip to content

Commit

Permalink
Update to doom master
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalmiel committed Nov 15, 2023
1 parent 980e2fc commit e80dda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion disk_scripts/install_os.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sed -i "s/{ROOT_UUID}/$(blkid -s UUID -o value /dev/loop0p2)/g" mnt/grub/grub.cf

umount mnt

PROGS="test testcpp hello stack nyancat ttytest fork forktest poweroff stat fbdoom DOOM1.WAD"
PROGS="test testcpp hello stack nyancat ttytest fork forktest poweroff stat fbdoom doom1.wad"

mount /dev/loop0p2 mnt
mkdir -p mnt/bin
Expand Down
2 changes: 1 addition & 1 deletion sysroot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ function _cykusz_doom {
cd $DOOM_SRC_DIR/doomgeneric
CYKUSZ_ROOT=$SYSROOT make -f Makefile.cykusz
cp fbdoom $BUILD_DIR
cp ../DOOM1.WAD $BUILD_DIR
cp ../doom1.wad $BUILD_DIR
make clean

popd
Expand Down

0 comments on commit e80dda5

Please sign in to comment.