mirror of
https://gitlab.com/bztsrc/bootboot.git
synced 2023-02-13 20:54:32 -05:00
Updated binaries
This commit is contained in:
parent
304d2762f5
commit
a6e0bc84d2
6 changed files with 44 additions and 0 deletions
|
@ -83,6 +83,9 @@ else
|
|||
qemu-system-aarch64 -bios coreboot-arm.rom -M virt,secure=on,virtualization=on -cpu cortex-a53 -m 1024M -drive file=disk-rpi.img,format=raw -serial stdio
|
||||
endif
|
||||
|
||||
bochs:
|
||||
bochs -f bochs.rc -q
|
||||
|
||||
# clean up
|
||||
clean:
|
||||
rm -rf initrd *.bin *.img *.rom *.iso 2>/dev/null || true
|
||||
|
|
41
images/bochs.rc
Normal file
41
images/bochs.rc
Normal file
|
@ -0,0 +1,41 @@
|
|||
# configuration file generated by Bochs
|
||||
plugin_ctrl: unmapped=1, biosdev=1, speaker=0, extfpuirq=1, parallel=0, serial=0, iodebug=0
|
||||
config_interface: textconfig
|
||||
display_library: x
|
||||
memory: host=32, guest=32
|
||||
romimage: file="/usr/share/bochs/BIOS-bochs-latest"
|
||||
vgaromimage: file="/usr/share/bochs/VGABIOS-lgpl-latest"
|
||||
boot: disk
|
||||
#boot: cdrom, disk
|
||||
floppy_bootsig_check: disabled=1
|
||||
# no floppya
|
||||
# no floppyb
|
||||
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
|
||||
ata0-master: type=disk, path="disk-x86.img", mode=flat, cylinders=2, heads=16, spt=63, model="Generic 1234", biosdetect=auto, translation=auto
|
||||
#ata0-slave: type=cdrom, path="disk-x86.img", status=inserted
|
||||
ata0-slave: type=none
|
||||
ata1: enabled=0
|
||||
ata2: enabled=0
|
||||
ata3: enabled=0
|
||||
#optromimage1: file="../dist/bootboot.bin", address=0xCB000
|
||||
#optromimage2: file="initrd.rom", address=0xCF000
|
||||
pci: enabled=1, chipset=i440fx
|
||||
vga: extension=vbe, update_freq=10, realtime=1
|
||||
cpu: count=4, ips=4000000, model=corei7_ivy_bridge_3770k, reset_on_triple_fault=0, cpuid_limit_winnt=0, ignore_bad_msrs=1, mwait_is_nop=0
|
||||
cpuid: level=6, apic=x2apic, simd=avx, aes=1
|
||||
print_timestamps: enabled=0
|
||||
debugger_log: -
|
||||
magic_break: enabled=1
|
||||
port_e9_hack: enabled=1
|
||||
private_colormap: enabled=0
|
||||
clock: sync=realtime, time0=local, rtc_sync=1
|
||||
# no cmosimage
|
||||
# no loader
|
||||
log: -
|
||||
logprefix: %t%e%d
|
||||
debug: action=ignore
|
||||
info: action=report
|
||||
error: action=report
|
||||
panic: action=ask
|
||||
keyboard: type=mf, serial_delay=250, paste_delay=100000, user_shortcut=none
|
||||
mouse: type=imps2, enabled=0, toggle=ctrl+mbutton
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue