Skip to content

New structure and build system

Pre-release
Pre-release

Choose a tag to compare

@alfreb alfreb released this 28 Oct 13:51
· 10863 commits to master since this 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.