FreeNOS
Modules
lib

Libraries contain shared code that can be used anywhere, such as in user programs, servers and the kernel. More...

Modules

 liballoc
 Memory allocator library for managing the dynamic heap and virtual memory mappings.
 
 Libapp
 
 libarch
 The architectures library provides code for specific processor architectures.
 
 libexec
 Executable formats library can parse and extract program code and data.
 
 libfs
 The filesystems library provides generic support code for filesystems.
 
 libposix
 Provides support for the POSIX.1-2008 portable operating system interface for user programs.
 
 libipc
 The Inter Process Communication (IPC) library allows processes to communicate, for example by message passing.
 
 libmpi
 MPI (Message Passing Interface) is a standard communication interface for parallel programming.
 
 libnet
 The networking library implements standard networking protocols and networking support code.
 
 libruntime
 This library provides basic runtime support needed to start a program from a main() function.
 
 libstd
 Contains standard algorithms and datastructures for generic programming.
 
 libtest
 Generic test framework with support for assertions, automatic test discovery and test reporting.
 

Detailed Description

Libraries contain shared code that can be used anywhere, such as in user programs, servers and the kernel.