ax-runtime 0.11.3

Runtime library of ArceOS
Documentation

Runtime library of ArceOS.

Any application uses ArceOS should link this library. It does some initialization work before entering the application's main function.

Cargo Features

  • paging: Enable page table manipulation support.
  • smp: Enable SMP (symmetric multiprocessing) support.
  • fs: Enable filesystem support.
  • net: Enable networking support.
  • display: Enable graphics support.

Interrupt handling and multi-task scheduling are mandatory runtime capabilities. The listed features are optional and disabled by default.