]> git.buserror.net Git - polintos/scott/priv.git/blob - include/c/lowlevel/README
Initial checkin from Perforce.
[polintos/scott/priv.git] / include / c / lowlevel / README
1 This is a header library that provides generic low-level facilities,
2 mainly abstractions of architecture-specific operations that C/C++ do
3 not abstract.  It is intended to be usable by the kernel, user apps,
4 and standalone code such as bootloaders, with either C or C++.  
5
6 It contains both privileged and nonprivileged operations (and some,
7 such as reading a clock, whose privileged status and/or availability
8 in a standalone environment depends on the architecture or other
9 factors); it is up to the user of the library to know whether it is
10 privileged enough to use any given function.