You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Clone the base repository
./scripts/get_deps.sh
# Build user applications
make user_apps
# Build kernel
make ARCH=x86_64 build
# Run kernel
make ARCH=x86_64 run