We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b48768 commit 4b9f0c2Copy full SHA for 4b9f0c2
1 file changed
content/_index.md
@@ -25,23 +25,6 @@ started as [*NERF*](https://trmm.net/NERF) in January 2017 at Google.
25
supercomputing systems -- wherever reliability and performance are
26
paramount.
27
28
-### Getting Started
29
-
30
-```sh
31
-git clone https://github.com/linuxboot/linuxboot
32
-cd linuxboot
33
-make \
34
- BOARD=qemu \
35
- KERNEL=../path/to/bzImage \
36
- INITRD=../path/to/initrd.cpio.xz \
37
- config
38
-make
39
-```
40
41
-The kernel must be built with `CONFIG_EFI_BDS`. Follow further instructions on
42
-our [GitHub](https://github.com/linuxboot/linuxboot).
43
44
45
### LinuxBoot Book
46
47
The official documentation for LinuxBoot is the [LinuxBoot Book](https://book.linuxboot.org),
0 commit comments