Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/cb-linux/breath
Browse files Browse the repository at this point in the history
  • Loading branch information
MilkyDeveloper committed Apr 18, 2022
2 parents aa188af + a40b419 commit 114e6a2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/kernel.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Building the Kernel

### Requirements
The following must be installed in order to successfully build the kernel:
* linux-generic (headers)
* bison (parser, replacement for yacc)
* flex (lexical scanner)
* libelf-dev (for Ubuntu; possibly libelf-devel or elfutils-libelf-devel for other distros)
* imagemagick (provides mogrify command)
* libssl-dev (supports openssl development)

### New build script
In the kernel folder, you should run the `build.sh` for a guided kernel build.

Expand Down

0 comments on commit 114e6a2

Please sign in to comment.