Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 568 Bytes

EOS

EOS - Enclave Operating System is a framework for building custom in-enclave Linux distribution.

Usage

EOS uses Buildroot's External Tree mechanism for building custom distro:

git clone [email protected]:ultravioletrs/eos.git
git clone [email protected]:buildroot/buildroot.git
cd buildroot
make BR2_EXTERNAL=../eos eos_defconfig
# Execute 'make menuconfig' only if you want to make additional configuration changes to Buildroot.
make menuconfig
make