Bochs: serial to file
This commit is contained in:
parent
f9e2dc33e9
commit
091f7cb4b8
3 changed files with 4 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -11,6 +11,7 @@ image: start32.bin mount grub-cfg roska.img mnt/roska/
|
|||
qemu-run: image roska.img
|
||||
qemu-system-i386 roska.img -serial stdio
|
||||
bochs-run: image roska.img
|
||||
touch serial.out
|
||||
bochs -qf bochsrc.txt
|
||||
mount: roska.img mnt/
|
||||
@if ! mountpoint -q "mnt/"; then \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue