New structure and build system
Pre-release
Pre-release
- The OS now builds into a static library,
os.a, which gets installed for re-use. This also has the effect of allowing the linker to only extract the OS-objects required by the service. - A new service can be created by copying the
./seed, which contains everything necessary to start developing. - The "public" ABI is separated from the OS-specific headers.