FreeNOS
Modules | Data Structures | Macros | Typedefs
bin

User program binaries that can be executed from the command line as a command or via forkexec(). More...

Modules

 sh
 The Shell is a command interpreter program that can run external programs or builtin commands.
 

Data Structures

class  BenchMark
 Perform system benchmarking tests. More...
 
class  Cat
 Concatenate files to standard output. More...
 
class  Decompress
 Decompress a compressed file. More...
 
class  DhcpClient
 Dynamic Host Configuration Protocol (DHCP) client application. More...
 
class  Echo
 Echo standard input to output. More...
 
class  Hostname
 Print the system hostname. More...
 
struct  BootEntry
 Executable entry for use inside a boot image. More...
 
class  BootImageCreate
 Create system boot image. More...
 
class  Init
 Initialize system processes. More...
 
class  Login
 Login program which starts the user shell. More...
 
class  ListFiles
 List files on the filesystem. More...
 
class  MakeNode
 Create new device file node. More...
 
class  Mount
 Mount filesystems on the system. More...
 
class  MpiPing
 Send a ping message via MPI to all available nodes. More...
 
class  MpiPrime
 Calculate prime numbers in parallel. More...
 
class  NetCat
 Network send/receive (cat) application. More...
 
class  NetCtl
 Network interface control application. More...
 
class  NetPing
 Network ping/pong application. More...
 
class  NetSend
 Diagnostic program for sending network packets. More...
 
class  SievePrime
 Compute prime numbers using the Sieve of Eratosthenes algorithm. More...
 
class  ProcessList
 Output the system process list. More...
 
class  Remove
 Remove file from the filesystem. More...
 
class  Shell
 System command shell interpreter. More...
 
class  Shutdown
 Turn off or restart the system. More...
 
class  Sleep
 Stop executing for some time. More...
 
class  FileStatus
 Retrieve file status from the filesystem. More...
 
class  SysControl
 Control program for various system services. More...
 
class  SysInfo
 Print global system information. More...
 
class  CreateFile
 Create new files on the filesystem. More...
 
class  UnixName
 Print the operating system name. More...
 

Macros

#define BOOTENTRY_MAX_REGIONS   16
 Maximum memory regions. More...
 

Typedefs

typedef struct BootEntry BootEntry
 Executable entry for use inside a boot image. More...
 

Detailed Description

User program binaries that can be executed from the command line as a command or via forkexec().

Macro Definition Documentation

◆ BOOTENTRY_MAX_REGIONS

#define BOOTENTRY_MAX_REGIONS   16

Maximum memory regions.

Definition at line 31 of file BootImageCreate.h.

Typedef Documentation

◆ BootEntry

typedef struct BootEntry BootEntry

Executable entry for use inside a boot image.