From 537b0d6735841e0c5907a8cd9d4355e4d1485d3c Mon Sep 17 00:00:00 2001
From: Bjoern Brandenburg
Please note that the current implementation is a prototype with
certain limitations. Most notably, it is not secure in a multiuser context,
@@ -375,7 +376,7 @@ make modules
When configuring the kernel, note that there is a menu (at the very end of the list)
- with LITMUSRT-specific configuration options. For reference, we provide sample 32-bit and 64-bit configurations that are known to work under QEMU.
+ with LITMUSRT-specific configuration options. For reference, we provide sample 32-bit and 64-bit configurations that are known to work under QEMU.
Major changes (since LITMUSRT 2008.3):
TO BE UPDATED
-
+
Major changes (since LITMUSRT 2008.3):
+
-
+
Libraries
@@ -384,10 +385,9 @@ make modules
depends on the LITMUSRT kernel kernel and provides its own build system (based on scons).
In order to compile liblitmus, you need to adjust the
variable LITMUS_KERNEL in the SConstruct file to point to your
- copy of the kernel. Users should not update the SConstruct file manually anymore. Instead, a .config file can be created with appropriate variables. The required variables can be listed using scons -h command. This command lists the variables required for building the liblitmus2010 library. For reference, we provide a sample config file.
+ copy of the kernel. Users should not update the SConstruct file manually anymore. Instead, a .config file can be created with appropriate variables. The required variables can be listed using scons -h command. This command lists the variables required for building the liblitmus2010 library. For reference, we provide a sample config file.
Sample output of scons -h is as shown below.
scons -h scons: Reading SConscript files ... @@ -418,7 +418,6 @@ ARCH: Target architecture. (x86_64|sparc64|x86|i686) Use scons -H for help about command-line options.-
To summarize, the liblitmus can be obtained and compiled with the following commands: -- cgit v1.2.2