-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Bapon Kar edited this page Sep 7, 2025
·
1 revision
Welcome to the KeblaOS wiki!
- How could I make development system and run iso image?
- First clone this reository by
git clone https://github.com/baponkar/KeblaOS.git - Use WSL or Linux System(Ubuntu, Debain etc).
- Open Terminal and change directory by
cd ~\Download\KeblaOS - Make development system by
./cross_compiler_install.sh - Now your system is ready to generate and build iso image.
- Now generate and run iso by QEmu by
make all - To see other option from make by
make help - Thankyou.