aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>2022-09-11 13:46:44 +0200
committerFerass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>2022-09-11 13:46:44 +0200
commit4c35f7533ea7ed5e77fda7498f29fc5bda588910 (patch)
treeb696b2a03ceddb20fae264bf9463bee3167b6420
parent0b2bf718dfacfc692d4e8fe86dd3cee831f3e577 (diff)
downloadfases-linux-4c35f7533ea7ed5e77fda7498f29fc5bda588910.tar.gz
fases-linux-4c35f7533ea7ed5e77fda7498f29fc5bda588910.zip
TTY is needed in order to get an output.
Signed-off-by: Ferass 'Vitali64' EL HAFIDI <vitali64pmemail@protonmail.com>
-rw-r--r--README.md25
1 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index a4972a6..75d896e 100644
--- a/README.md
+++ b/README.md
@@ -9,17 +9,20 @@
* Configure the kernel, you have to do at least the following selections ;
```
-[*] 64-bit kernel
-General Setup --->
- Default init path
- /bin/sh
- [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support
- Initramfs source file(s)
- ../rootfs/
-Executable file formats --->
- [*] Kernel support for ELF binaries
- [*] Kernel supports for scripts starting with #!
-
+Kernel Configuration
+ [*] 64-bit kernel # Will change soon.
+ General Setup --->
+ Default init path
+ /bin/sh
+ [*] Initial RAM filesystem and RAM disk (initramfs/initrd) support
+ Initramfs source file(s)
+ ../rootfs/
+ Executable file formats --->
+ [*] Kernel support for ELF binaries
+ [*] Kernel supports for scripts starting with #!
+ Device Drivers --->
+ Character devices --->
+ [*] Enable TTY
```
* Configure permissions ;