CeDOS - Commit a14acff3

Corrected log file directory in run.sh
Celina Kalus
Wed, 01 Mar 2023 14:24:12 +0100
1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M run.shrun.sh

@@ -1,1 +1,1 @@

-qemu -drive index=0,if=floppy,format=raw,file=build/base.img -m 64 -monitor stdio -no-reboot -d int,cpu_reset,exec,in_asm 2> debug/err.log+qemu-system-i386 -drive index=0,if=floppy,format=raw,file=build/base.img -m 64 -monitor stdio -no-reboot -d int,cpu_reset,exec,in_asm 2> log/run_err.log