diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-01 21:49:22 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-01 21:49:22 +0100 |
| commit | d8331335ff1720ce28eba45afe1a02814b38b033 (patch) | |
| tree | f671279d258477321699d158765f576512851e3a /bochs | |
| parent | 100be313c22bd6116b1adc5eb30f5db56f4b0772 (diff) | |
finally implemented fork() syscall
Diffstat (limited to 'bochs')
| -rw-r--r-- | bochs/bochsrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bochs/bochsrc b/bochs/bochsrc index 3d5b316..fc56d19 100644 --- a/bochs/bochsrc +++ b/bochs/bochsrc @@ -224,7 +224,7 @@ cpu: count=2, ips=10000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs=" # used all allocated host memory and wants more. # #======================================================================= -#memory: guest=16, host=1024 +memory: guest=128, host=1024 #======================================================================= # OPTROMIMAGE[1-4]: |
