Rev 718 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 718 | Rev 812 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | #display_library: term |
56 | #display_library: term |
57 | #display_library: win32 |
57 | #display_library: win32 |
58 | #display_library: wx |
58 | #display_library: wx |
59 | display_library: x |
59 | display_library: x |
60 | 60 | ||
- | 61 | cpu: count=8, ips=10000000 |
|
- | 62 | ||
61 | #======================================================================= |
63 | #======================================================================= |
62 | # ROMIMAGE: |
64 | # ROMIMAGE: |
63 | # You now need to load a ROM BIOS into F0000-FFFFF. Normally, you can |
65 | # You now need to load a ROM BIOS into F0000-FFFFF. Normally, you can |
64 | # use a precompiled BIOS in the bios/ directory of the source tree, |
66 | # use a precompiled BIOS in the bios/ directory of the source tree, |
65 | # named BIOS-bochs-latest. |
67 | # named BIOS-bochs-latest. |
66 | # You can also use the environment variable $BXSHARE to specify the |
68 | # You can also use the environment variable $BXSHARE to specify the |
67 | # location of the BIOS. |
69 | # location of the BIOS. |
68 | #======================================================================= |
70 | #======================================================================= |
69 | #romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000 |
71 | romimage: file=$BXSHARE/BIOS-bochs-latest, address=0xf0000 |
70 | #romimage: file=bios/BIOS-bochs-2-processors, address=0xf0000 |
- | |
71 | romimage: file=$BXSHARE/BIOS-bochs-8-processors, address=0xf0000 |
72 | #romimage: file=$BXSHARE/BIOS-bochs-8-processors, address=0xf0000 |
72 | #romimage: file=bios/rombios.bin, address=0xf0000 |
73 | #romimage: file=bios/P4SMT, address=0xf0000 |
73 | 74 | ||
74 | #======================================================================= |
75 | #======================================================================= |
75 | # MEGS |
76 | # MEGS |
76 | # set this to the default number of Megabytes of memory you want |
77 | # set this to the default number of Megabytes of memory you want |
77 | # to emulate. You may also pass the '-megs xyz' option to bochs |
78 | # to emulate. You may also pass the '-megs xyz' option to bochs |
Line 343... | Line 344... | ||
343 | # the panic action to report instead of fatal. However, be aware |
344 | # the panic action to report instead of fatal. However, be aware |
344 | # that anything executed after a panic is uncharted territory and can |
345 | # that anything executed after a panic is uncharted territory and can |
345 | # cause bochs to become unstable. The panic is a "graceful exit," so |
346 | # cause bochs to become unstable. The panic is a "graceful exit," so |
346 | # if you disable it you may get a spectacular disaster instead. |
347 | # if you disable it you may get a spectacular disaster instead. |
347 | #======================================================================= |
348 | #======================================================================= |
348 | panic: action=ask |
349 | panic: action=report |
349 | error: action=report |
350 | error: action=report |
350 | info: action=report |
351 | info: action=report |
351 | debug: action=ignore |
352 | debug: action=ignore |
352 | #pass: action=fatal |
353 | #pass: action=fatal |
353 | 354 |