From ef805e9373fd946bf1fe667bf18a54dfed6d1045 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 23 Jul 2022 22:53:47 +0200 Subject: kernel: add basic modules: arch, mem, rt --- rt/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rt/README (limited to 'rt/README') diff --git a/rt/README b/rt/README new file mode 100644 index 0000000..2cfdd3f --- /dev/null +++ b/rt/README @@ -0,0 +1,5 @@ +The [rt] module contains definitions and declarations of things +that are used very commonly throughout the codebase. + +The module notably exposes the rt.h header importing the most +common files within this module for convenience. \ No newline at end of file -- cgit v1.2.3