Skip to content

Commit

Permalink
Merge pull request #200 from emmanuel-ferdman/main
Browse files Browse the repository at this point in the history
  • Loading branch information
equation314 authored Nov 9, 2024
2 parents 49ca581 + 110e2a4 commit 66c0a0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ Modules are **OS-related** components that are tightly bound to the design princ

Most of the modules are optional, depending on the features enabled by the application. A few modules are required by all applications, as shown below:

* [axruntime](modules/axruntime/): Bootstrapping from the bare-metal environment, and initialization.
* [axhal](modules/axhal/): Hardware abstraction layer, provides unified APIs for cross-platform.
* [axconfig](modules/axconfig/): Platform constants and kernel parameters, such as physical memory base, kernel load addresses, stack size, etc.
* [axlog](modules/axlog/): Multi-level formatted logging.
* [axruntime](../modules/axruntime/): Bootstrapping from the bare-metal environment, and initialization.
* [axhal](../modules/axhal/): Hardware abstraction layer, provides unified APIs for cross-platform.
* [axconfig](../modules/axconfig/): Platform constants and kernel parameters, such as physical memory base, kernel load addresses, stack size, etc.
* [axlog](../modules/axlog/): Multi-level formatted logging.

Other optional modules and their corresponding features are as follows:

Expand Down

0 comments on commit 66c0a0d

Please sign in to comment.