Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.39 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.39 KB

src/target

The directory host our plateform which are the target of the root build.

A particular Plateform is generaly preceded by a directory which host all his brothers & sisters.

All plateform-family have a common directory for usable sources over platforms.

The array below reference the built plateform and their own documentation.

Plateform Target

Plateform Description
x86/i386 i386 multicore implementation
x86/x86_64 x86_64 multicore implementation
aarch64/raspi/raspi3 raspberry3 multicore implementation
riscv/riscv64/sifive riscv64 embedded system multicore implementation
riscv/riscv64/generic riscv64 generic boot implementation

In The Scope

Plateform Description