Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Disaggregate libraries in OS

Compare
Choose a tag to compare
@avsm avsm released this 07 Dec 21:40
· 390 commits to master since this release
  • Fix uninstall target for Unix.
  • Remove tuntap stubs from Unix module; they are in ocaml-tuntap now.
  • Move OS.Clock out to a toplevel Clock module (the mirage-clock package).
  • Move OS.Io_page out to a toplevel Io_page module (the io-page package).
  • Update library dependencies to reduce them based on new functionality.
  • Install library as mirage-xen or mirage-unix that can coexist.
  • Suppress dietlibc linker warnings for sscanf/sprintf.