mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-26 22:09:51 +00:00
Introduce pc repository for PC board support
Fix genodelabs/genode#4415
This commit is contained in:
parent
da55425114
commit
17f3e7a38f
@ -103,6 +103,10 @@ but build upon of each other:
|
|||||||
The repository contains a server that uses a rump kernel to provide
|
The repository contains a server that uses a rump kernel to provide
|
||||||
various NetBSD file systems to Genode.
|
various NetBSD file systems to Genode.
|
||||||
|
|
||||||
|
:'pc':
|
||||||
|
This source-code repository hosts device drivers that are specific for PC
|
||||||
|
platforms. It depends on the 'dde_linux' repository.
|
||||||
|
|
||||||
:'ports':
|
:'ports':
|
||||||
|
|
||||||
This source-code repository hosts ports of 3rd-party applications to
|
This source-code repository hosts ports of 3rd-party applications to
|
||||||
|
20
repos/pc/README
Normal file
20
repos/pc/README
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
|
||||||
|
================================
|
||||||
|
Genode support for x86-based PCs
|
||||||
|
================================
|
||||||
|
|
||||||
|
|
||||||
|
This repository complements the Genode OS framework (https://genode.org) with
|
||||||
|
the board support needed to use Genode on devices based on x86 PCs.
|
||||||
|
|
||||||
|
License
|
||||||
|
-------
|
||||||
|
|
||||||
|
Genode-specific code is provided under Genode's regular open-source license,
|
||||||
|
which is AGPLv3 + open-source linking exception. This code is also available
|
||||||
|
under a commercial license offered by Genode Labs.
|
||||||
|
|
||||||
|
For code ported from other projects - e.g., device drivers ported from the
|
||||||
|
Linux kernel - the license of the originating upstream project applies.
|
||||||
|
|
||||||
|
Please refer to the individual file headers for detailed information.
|
@ -1,3 +1,8 @@
|
|||||||
|
#
|
||||||
|
# Drivers for x86 PC
|
||||||
|
#
|
||||||
|
#REPOSITORIES += $(GENODE_DIR)/repos/pc
|
||||||
|
|
||||||
#
|
#
|
||||||
# Drivers ported from the OpenBSD
|
# Drivers ported from the OpenBSD
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user