Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The development version of the L4Re Microkernel

NotificationsYou must be signed in to change notification settings

kernkonzept/fiasco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the source code of the L4Re microkernel (also known asthe Fiasco microkernel). User level applications are not included in thispackage.

The L4Re microkernel is used to construct flexible systems that supportrunning real-time, time-sharing and virtualization workloads concurrently onone system. The kernel scales from big and complex systems down to small andembedded applications. It supports the following architectures:

Architecture32 bit64 bitStatus
x86xxBuild check
ARMxxBuild check
MIPSxxBuild check
RISC-VxxBuild check

For a full list of the supported platforms and features see thefeaturelist.

We welcome contributions to the microkernel. Please see our contributors guideonhow to contribute.

Reporting vulnerabilities

We encourage responsible disclosure of vulnerabilities you may discover. Pleasedisclose them privately viasecurity@kernkonzept.com to us.

Building

Fiasco.OC can be built using a recent version of gcc (>=7) or clang (>=9),GNU binutils, GNU make and Perl (>=5.6).

Change to the top-level directory of this project and create a build directoryby typing

$ make BUILDDIR=/path/to/build

Change to the newly created build directory. You can now modify the defaultconfiguration by typing

$ make menuconfig

Make the desired changes, save and exit the configuration. Now you can buildthe kernel by typing

$ make

You can also build in parallel by providing a suitable-j option. If thebuild completed successfully you can find the kernel binary asfiasco inthe build directory.

For further information please refer to ourdetailed buildinstructions.

License

The L4Re microkernel is licensed under the GPLv2.For other licensing options, please contactinfo@kernkonzept.com.


[8]ページ先頭

©2009-2025 Movatter.jp