aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>2022-09-10 16:35:37 +0200
committerFerass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>2022-09-10 16:35:37 +0200
commit0b2bf718dfacfc692d4e8fe86dd3cee831f3e577 (patch)
treed0d927a755bef8e41e2aff458009162fac3b4400
parenta53c895deb503ee17057b1eb3dd6a682b1aa18b1 (diff)
downloadfases-linux-0b2bf718dfacfc692d4e8fe86dd3cee831f3e577.tar.gz
fases-linux-0b2bf718dfacfc692d4e8fe86dd3cee831f3e577.zip
README: Fix formatting
Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
-rw-r--r--.gitignore2
-rw-r--r--README.md10
2 files changed, 6 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 191fa88..58433fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-./linux/*
+./linux
diff --git a/README.md b/README.md
index 68d40e5..a4972a6 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@
## How to compile
-1. Acquire the linux or linux-libre kernel ;
+* Acquire the linux or linux-libre kernel ;
-2. Configure the kernel, you have to do at least the following selections ;
+* Configure the kernel, you have to do at least the following selections ;
```
[*] 64-bit kernel
@@ -22,20 +22,20 @@ Executable file formats --->
```
-3. Configure permissions ;
+* Configure permissions ;
```
$ chmod +x rootfs/bin/*
```
-4. Build it ;
+* Build it ;
```
# Be sure that you're in the kernel directory.
$ make
```
-5. The image is located at `arch/x86/boot/bzImage`.
+* The image is located at `arch/x86/boot/bzImage`.
Note: The image is **not** a disk image, you can't boot it directly. Use
a bootloader to load it. You can also use the following command to boot