Made building and emulation architecture independent
This commit is contained in:
parent
04ee0a1cb2
commit
f33a187adc
12 changed files with 71 additions and 42 deletions
|
@ -3,6 +3,6 @@ port_e9_hack: enabled=1
|
|||
cpu: reset_on_triple_fault=0, model=corei7_icelake_u
|
||||
magic_break: enabled=1
|
||||
|
||||
ata0-master: type=cdrom, path=../kernel/aphrodite.iso, status=inserted
|
||||
ata0-master: type=cdrom, path=../kernel/aphrodite-x86.iso, status=inserted
|
||||
boot: cdrom
|
||||
memory: guest=512, host=512
|
8
emulation/bochsrc.template
Normal file
8
emulation/bochsrc.template
Normal file
|
@ -0,0 +1,8 @@
|
|||
display_library: x, options="gui_debug"
|
||||
port_e9_hack: enabled=1
|
||||
cpu: reset_on_triple_fault=0, model=corei7_icelake_u
|
||||
magic_break: enabled=1
|
||||
|
||||
ata0-master: type=cdrom, path=../kernel/%{BUILT_FILE}, status=inserted
|
||||
boot: cdrom
|
||||
memory: guest=512, host=512
|
|
@ -22,5 +22,5 @@ DockOrder = 0x123
|
|||
ListWidthPix[0] = 179
|
||||
ListWidthPix[1] = 245
|
||||
ListWidthPix[2] = 281
|
||||
MainWindow = 0, 0, 709, 500
|
||||
MainWindow = 819, 38, 709, 500
|
||||
FontName = Normal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue