You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* translated setup_ubuntu-host_vmware-vm_x86-64-kernel.md
* add badge
* Revise setup guide for Ubuntu host on VMware
Updated the guide for setting up an Ubuntu host with a VMware virtual machine to improve clarity and consistency in language.
* Fix spacing in CLA signing notice
These are the instructions on how to fuzz the x86-64 kernel in VMware Workstation with Ubuntu on the host machine and Debian Bullseye in the virtual machines.
In the instructions below, the `$VAR`notation (e.g. `$GCC`, `$KERNEL`, etc.) is used to denote paths to directories that are either created when executing the instructions (e.g. when unpacking GCC archive, a directory will be created), or that you have to create yourself before running the instructions. Substitute the values for those variables manually.
You can follow the same [instructions](/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md)for obtaining GCC and building the Linux kernel as when using QEMU.
21
+
你可以按照与使用 QEMU 时相同的[指令](/docs/linux/setup_ubuntu-host_qemu-vm_x86-64-kernel.md)来获得 GCC 并构建 Linux 内核。
19
22
20
-
## Image
23
+
## 镜像
21
24
22
-
Install debootstrap:
25
+
安装 debootstrap:
23
26
24
27
```bash
25
28
sudo apt-get install debootstrap
26
29
```
27
30
28
-
To create a Debian Bullseye Linux user space in the $USERSPACE dir do:
31
+
为了创建一个在 $USERSPACE 目录中的 Debian Bullseye Linux 用户空间,请执行:
* Hardware compatibility: select the latest version
@@ -62,40 +65,40 @@ Assuming you want to create the new VM in `$VMPATH`, complete the wizard as foll
62
65
* Existing Disk File: enter the path of `disk.vmdk` created above
63
66
* Select "Customize Hardware..." and remove the "Printer" device if you have one. Add a new "Serial Port" device. For the serial port connection choose "Use socket (named pipe)" and enter "serial" for the socket path. At the end it should look like this:
0 commit comments