ember_os 0.1.3

A simple OS kernel implemented in rust, which has referenced https://os.phil-opp.com/
Documentation

ember_os

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 8 feature flags, 3 of them enabled by default.

default

use_EfficientExecutor (default)

This feature flag does not enable additional features.

use_FixedSizeBlockAllocator (default)

This feature flag does not enable additional features.

use_SelfDefinedLRUCache (default)

This feature flag does not enable additional features.

use_BumpAllocator

This feature flag does not enable additional features.

use_LinkedListAllocator

This feature flag does not enable additional features.

use_LockedHeapAllocator

This feature flag does not enable additional features.

use_SimpleExecutor

This feature flag does not enable additional features.

usr_def_addr_translate

This feature flag does not enable additional features.