summaryrefslogtreecommitdiffstats
path: root/sal/README
diff options
context:
space:
mode:
authorJosh Heidenreich <josh.sickmate@gmail.com>2012-02-06 13:22:05 +1030
committerMichael Meeks <michael.meeks@suse.com>2012-02-06 05:28:46 +0100
commitfb78dbcdc5a76997856285af3b041ffd087c40a5 (patch)
tree40fc985a444970b1e32205c7dd2206b706f23d3a /sal/README
parentdarn! finally bootstrap target (seems to) works on windows... and other (diff)
downloadcore-fb78dbcdc5a76997856285af3b041ffd087c40a5.tar.gz
core-fb78dbcdc5a76997856285af3b041ffd087c40a5.zip
Added READMEs for modules related to URE, with content from the wiki
Diffstat (limited to 'sal/README')
-rw-r--r--sal/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/sal/README b/sal/README
new file mode 100644
index 000000000000..324c64fa4a78
--- /dev/null
+++ b/sal/README
@@ -0,0 +1,9 @@
+System abstraction layer; rtl, osl and sal
+
+rtl:
+Platform independent strings
+
+osl:
+platform specific stuff, threads, dynamic loading, process, ipc, etc
+
+Exports only C API and some inline-methods (only C++ API).