-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Chourdakis
committed
Dec 25, 2018
1 parent
2342449
commit c1396ab
Showing
8 changed files
with
110 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# configuration file generated by Bochs | ||
plugin_ctrl: unmapped=1, biosdev=1, speaker=1, extfpuirq=1, parallel=1, serial=1, gameport=1 | ||
config_interface: win32config | ||
display_library: win32 | ||
memory: host=32, guest=32 | ||
romimage: file="g:\bochs2/BIOS-bochs-latest", address=0x0, options=none | ||
vgaromimage: file="g:\bochs2/VGABIOS-lgpl-latest" | ||
boot: floppy | ||
floppy_bootsig_check: disabled=0 | ||
floppya: type=1_44, 1_44="F:\TOOLS\ASM\full2\a.img", status=inserted, write_protected=0 | ||
# no floppyb | ||
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 | ||
ata0-master: type=none | ||
ata0-slave: type=cdrom, path="F:\TOOLS\ASM\full2\d.iso", status=inserted, model="Generic 1234", biosdetect=auto | ||
ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15 | ||
ata1-master: type=none | ||
ata1-slave: type=none | ||
ata2: enabled=0 | ||
ata3: enabled=0 | ||
optromimage1: file=none | ||
optromimage2: file=none | ||
optromimage3: file=none | ||
optromimage4: file=none | ||
optramimage1: file=none | ||
optramimage2: file=none | ||
optramimage3: file=none | ||
optramimage4: file=none | ||
pci: enabled=1, chipset=i440fx | ||
vga: extension=vbe, update_freq=5, realtime=1 | ||
cpu: count=1, ips=4000000, model=bx_generic, reset_on_triple_fault=1, cpuid_limit_winnt=0, ignore_bad_msrs=1, mwait_is_nop=0 | ||
cpuid: level=6, stepping=3, model=3, family=6, vendor_string="GenuineIntel", brand_string=" Intel(R) Pentium(R) 4 CPU " | ||
cpuid: mmx=1, apic=x2apic, simd=ssse3, sse4a=0, misaligned_sse=0, sep=1, movbe=0, adx=0 | ||
cpuid: aes=1, sha=0, xsave=0, xsaveopt=0, x86_64=1, 1g_pages=1, pcid=0, fsgsbase=0 | ||
cpuid: smep=0, smap=0, mwait=1, vmx=1 | ||
print_timestamps: enabled=0 | ||
port_e9_hack: enabled=0 | ||
private_colormap: enabled=0 | ||
clock: sync=none, time0=local, rtc_sync=0 | ||
# 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=ps2, enabled=0, toggle=ctrl+mbutton | ||
sound: waveoutdrv=win, waveout=none, waveindrv=win, wavein=none, midioutdrv=win, midiout=none | ||
speaker: enabled=1, mode=sound | ||
parport1: enabled=1, file=none | ||
parport2: enabled=0 | ||
com1: enabled=1, mode=null | ||
com2: enabled=0 | ||
com3: enabled=0 | ||
com4: enabled=0 | ||
magic_break: enabled=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,5 @@ d32 dd 0 | |
SEGMENT PAGE32 USE32 | ||
ORG 0 | ||
|
||
Page32Null dd 8192 DUP (0) | ||
Page32Null dd 20000 DUP (0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters