21 lines
598 B
Markdown
21 lines
598 B
Markdown
# L4Re RTC server
|
|
|
|
rtc is an L4Re server that provides wallclock time to its clients. The server
|
|
uses the I/O port-based RTC on x86 and the PL031 RTC on ARM.
|
|
|
|
# Documentation
|
|
|
|
This package is part of the L4Re Operating System Framework. For documentation
|
|
and build instructions see the [L4Re
|
|
wiki](https://kernkonzept.com/L4Re/guides/l4re).
|
|
|
|
# Contributions
|
|
|
|
We welcome contributions. Please see our contributors guide on
|
|
[how to contribute](https://kernkonzept.com/L4Re/contributing/l4re).
|
|
|
|
# License
|
|
|
|
Detailed licensing and copyright information can be found in
|
|
the [LICENSE](LICENSE.spdx) file.
|