|
9 | 9 | :toclevels: 6
|
10 | 10 | :toc-title:
|
11 | 11 |
|
12 |
| -Run one command, get a QEMU or gem5 Buildroot BusyBox virtual machine built from source with several minimal Linux kernel 4.16 module development example tutorials with GDB and KGDB step debugging and minimal educational hardware models. "Tested" in x86, ARM and MIPS guests, Ubuntu 17.10 host. |
| 12 | +Run one command, get a QEMU or gem5 Buildroot BusyBox virtual machine built from source with several minimal Linux kernel 4.16 module development example tutorials with GDB and KGDB step debugging and minimal educational hardware models. "Tested" in x86, ARM and MIPS guests, Ubuntu 18.04 host. |
13 | 13 |
|
14 | 14 | toc::[]
|
15 | 15 |
|
16 | 16 | == Getting started
|
17 | 17 |
|
18 | 18 | === Getting started Ubuntu
|
19 | 19 |
|
20 |
| -This is the most native setup, and therefore the best one if you are on one of the supported Ubuntu: 16.04 or 17.10. We will try to keep up with both the latest LTS and release. |
| 20 | +This is the most native setup, and therefore the best one if you are on one of the supported Ubuntu: 16.04 or 18.04. |
21 | 21 |
|
22 | 22 | Reserve 12Gb of disk and run:
|
23 | 23 |
|
@@ -97,6 +97,11 @@ hello /root/.profile
|
97 | 97 |
|
98 | 98 | All available modules can be found in the link:kernel_module/[`kernel_module` directory].
|
99 | 99 |
|
| 100 | +We will try to support the following Ubuntu versions at least: |
| 101 | + |
| 102 | +* if the the latest release is an LTS, support both the latest LTS and the previous one |
| 103 | +* otherwise, support both latest LTS and the latest non-LTS |
| 104 | + |
100 | 105 | [[docker]]
|
101 | 106 | === Getting started Docker
|
102 | 107 |
|
@@ -2385,7 +2390,7 @@ cd ..
|
2385 | 2390 | git branch "buildroot-2017.08-linux-${last_mainline_revision}"
|
2386 | 2391 | git add .
|
2387 | 2392 | # And update the README to show off.
|
2388 |
| -git commit -m "Linux ${next_mainline_revision}" |
| 2393 | +git commit -m "linux: update to ${next_mainline_revision}" |
2389 | 2394 | # Test the heck out of it, especially kernel modules and GDB.
|
2390 | 2395 | ./run
|
2391 | 2396 | git push
|
|
0 commit comments