Files
Danko Miladinovic 479598a663 COCOS-116 -Separated networking setup from agent start up script (#118)
* added network setup script

* removed fixed name enp0s2 from code

* fixed small typo

* changed the capitalization of a letter
2024-05-01 17:03:28 +02:00
..
2023-12-05 15:08:49 +01:00
2023-12-08 16:45:02 +01:00
2023-12-05 15:08:49 +01:00
2024-04-13 18:33:10 +02:00

Hardware Abstraction Layer (HAL) for Confidential Computing

Cocos HAL for Linux is framework for building custom in-enclave Linux distribution.

Usage

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

git clone git@github.com:ultravioletrs/cocos.git
git clone git@github.com:buildroot/buildroot.git
cd buildroot
make BR2_EXTERNAL=../cocos/hal/linux cocos_defconfig
# Execute 'make menuconfig' only if you want to make additional configuration changes to Buildroot.
make menuconfig
make