Antler/86

Complete source

Clone

git clone https://antler.xt-emporium.com/git/antler.git

Clone instructions

Repository layout

kern/       nucleus, system code, drivers, boot
userland/   apps, libc, root tree, host tools
include/    native and compatibility headers
arch/       8088/8086 architecture support
config/     machine and service profiles
scripts/    emulator and runtime checks
toolchain/  unbuilt IA-16 compiler source
docs/       user and developer manual
html/       this website

Build from zero

cd antler
./build.sh toolchain
. ./setenv.sh
./build.sh image

The toolchain build uses the vendored GCC source and pinned source archives. Generated compiler files stay under the ignored toolchain/cross/ tree.

License

Original Antler source is GPL-2.0-only. Imported ELKS code and third-party packages retain their own notices and licenses. See licensing.