diff options
| author | Michael Brown | 2008-09-07 12:31:42 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-09-07 12:31:42 +0200 |
| commit | a30c70727a53b920a770a29569ddc9ff2d3b4fb6 (patch) | |
| tree | 1ad158a5949dc52e19695bf8d709068715a220ce /contrib/bochs/README | |
| parent | [pxe] Add a dummy PXENV+ entry point at UNDI_CS:0000 (diff) | |
| download | ipxe-a30c70727a53b920a770a29569ddc9ff2d3b4fb6.tar.gz ipxe-a30c70727a53b920a770a29569ddc9ff2d3b4fb6.tar.xz ipxe-a30c70727a53b920a770a29569ddc9ff2d3b4fb6.zip | |
[contrib] Bring bochs/qemu READMEs up to date with latest upstream code
Diffstat (limited to 'contrib/bochs/README')
| -rw-r--r-- | contrib/bochs/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/bochs/README b/contrib/bochs/README index 57c6f052b..e0e880329 100644 --- a/contrib/bochs/README +++ b/contrib/bochs/README @@ -25,9 +25,10 @@ To get bochs running is fairly simple: 3. Configure bochs with pushd bochs - ./configure --enable-all-optimisations --enable-pci --enable-pnic \ - --enable-debugger --enable-magic-breakpoints \ - --enable-disasm --enable-show-ips --enable-ne2000 + ./configure --enable-all-optimisations --enable-show-ips \ + --enable-cpu-level=6 \ + --enable-pci --enable-pnic --enable-ne2000 \ + --enable-debugger --enable-disasm popd 4. Build bochs: |
