Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python3
import sys
import os
import re
import io
import requests
import json
import io
import html
@fosslinux
fosslinux / sel4-test.sh
Created September 27, 2021 08:29
Minimal example of new project not working
#!/bin/sh
mkdir -p sel4-project/projects
cd sel4-project
git clone https://github.com/sel4/sel4 kernel
git clone https://github.com/seL4/seL4_libs projects/seL4_libs
git clone https://github.com/seL4/seL4_tools tools
ln -s tools/cmake-tool/default-CMakeLists.txt ./CMakeLists.txt
ln -s tools/cmake-tool/init-build.sh .