Files
cocos/hal/linux
Danko Miladinovic 2bb3b5650a Add support for vSockets in guest kernel (#61)
* Add python pip to buildroot

* Use DHCP for agent

* Use systemd for naming network interfaces

* Removed eth0 dhcp setting

* Add ETH_IFACE variable

* Added explanation for ETH_IFACE name

* Further explain ETH_IFACE value

* Add guest kernel support for VSOCKETS
2024-01-18 14:41:05 +01:00
..
2024-01-15 19:27:07 +01: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
2023-12-08 16:45:02 +01: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
make menuconfig
make