swift_os
1.0.0
An operating system written in Swift.
sudo pacman -S makesudo dnf install makesudo apt install makesudo apt install make/usr/bin/make)sudo pacman -S llvmsudo dnf install llvmsudo apt install llvmsudo apt install llvmbrew install llvm and add /opt/homebrew/opt/llvm/bin to your $PATHsudo pacman -S qemu-system-aarch64sudo dnf install qemu-system-aarch64-coresudo apt install qemu-system-armbrew install qemuOn Linux, you can easily install the toolchain using swiftly.
curl -L https://swiftlang.github.io/swiftly/swiftly-install.sh | bash
swiftly install 6.1-snapshotmakemake cleanmake run