Skip to content

Commit ce77e82

Browse files
committed
Update README
1 parent c1c1b9b commit ce77e82

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,18 @@ or just ignore khack entirely and do your own thing.
2626
## Details
2727
Inside the VM home directory, there will be:
2828
* `linux-source`: Linux kernel sources ready to be compiled with the minimal configuration from `linux-config`.
29-
* `linux-config`: Premade kernel configs.
30-
* `boot-backup`: A backup of `/boot`, just in case.
3129
* `khack`: The khack utility.
3230
* `module`: Scaffold code for a kernel module.
31+
* `linux-config`: Premade kernel configs.
32+
* `system-config`: Configuration files for different system-related programs, there's usually no need to touch this.
33+
* `boot-backup`: A backup of `/boot`, just in case.
3334

3435
`khack`, `module` and `linux-config` are set up to be shared with the host operating system, so you can use your favorite editor to edit files in them.
35-
To edit the kernel source, see below.
36+
**To edit the kernel source, see below.**
3637
Everything else can be done the traditional way (compile and install the kernel, etc) or using khack for convenience.
3738

3839
## Editing from host
39-
We reveal the source via CIFS, to avoid issues with building the kernel on a VirtualBox shared directory.
40+
We reveal the source via SMB/CIFS, to avoid issues with building the kernel on a VirtualBox shared directory.
4041
To mount:
4142

4243
### Ubuntu
@@ -56,6 +57,7 @@ Via terminal:
5657
sudo mount -t smbfs '//vagrant:vagrant@localhost:10139/kernel-source' WHERE_TO_MOUNT
5758
```
5859
Via Finder:
60+
5961
Use Connect to Server (cmd+K) with the URL `smb://vagrant:vagrant@localhost:10139/`.
6062

6163
## khack

linux-source/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)