kisscommunity

kisscommunity.bvnf.space site sources
git clone git://bvnf.space/home/kiss/kisscommunity.git
Log | Files | Refs | Submodules | README | LICENSE

commit 4c2b10617ba89c0eb8a1510720fbb1ac1ffbaf73
parent 941f65155fdc61662fb398da53d18d558e2be290
Author: hovercats <hovercatswithlasereyes@protonmail.com>
Date:   Fri, 27 Oct 2023 03:07:15 +0200

FAQ: add llvm bootstrapping

Diffstat:
Mwiki/FAQ/index.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/wiki/FAQ/index.md b/wiki/FAQ/index.md @@ -109,3 +109,8 @@ Using PS/2 mouse and keyboard drivers however, seems to be what works for most u ### [%[140]] Can I create a KISS linux live USB? yes, you can. Have a look at [kiss-community/kiss-live](https://github.com/kiss-community/kiss-live). + +### [%[150]] Can I use LLVM instead of gcc? + +Yes you can. You can use [konimex/kiss-llvm](https://github.com/konimex/kiss-llvm) as a reference to bootstrap llvm on a gcc system. +To build kernel with `llvm`, you would need to pass `make LLVM=1 LLVM_IAS=1`.