mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
Meta: move Kernel/.bochsrc => Meta/bochsrc
The run script is not in Kernel/ anymore, let's move `.bochsrc` in Meta/ so that it can be used with the new build system. Also make bochs use `grub_disk_image` instead of `_disk_image`
This commit is contained in:
parent
86685623a2
commit
aabb482d5c
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ export SDL_VIDEO_X11_DGAMOUSE=0
|
|||
|
||||
if [ "$1" = "b" ]; then
|
||||
# ./run b: bochs
|
||||
"$SERENITY_BOCHS_BIN" -q -f .bochsrc
|
||||
"$SERENITY_BOCHS_BIN" -q -f "$SERENITY_ROOT/Meta/bochsrc"
|
||||
elif [ "$1" = "qn" ]; then
|
||||
# ./run qn: qemu without network
|
||||
"$SERENITY_QEMU_BIN" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue