Skip to content
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?
  1. First clone this reository by git clone https://github.com/baponkar/KeblaOS.git
  2. Use WSL or Linux System(Ubuntu, Debain etc).
  3. Open Terminal and change directory by cd ~\Download\KeblaOS
  4. Make development system by ./cross_compiler_install.sh
  5. Now your system is ready to generate and build iso image.
  6. Now generate and run iso by QEmu by make all
  7. To see other option from make by make help
  8. Thankyou.

Clone this wiki locally