4 projects tagged "Boot"
daemon turns other processes into daemons. There are many tedious tasks that need to be performed to correctly set up a daemon process; daemon performs these tasks for other processes. This is useful for writing daemons in languages other than C, C++, or Perl (e.g. sh, Java). If you want to write daemons in languages that can link against C functions (e.g. C, C++), see libslack, which contains the core functionality of daemon.
Ficl (Forth inspired command language) is an ANS Forth interpreter written in C. Unlike traditional Forths, this interpreter is designed to be embedded into other systems as a command/macro/development prototype language. Ficl provides object extensions that can be used to wrap methods and structures of the host system without altering them.
cdvtoc is a simple utility for creating Solaris VTOC records suitable for building bootable CDs on Sun SPARC systems. The utility will create a VTOC that is aligned to cylinder boundaries and display the padding required for each component of the ISO. If required, the utility will stitch all the components together with the new VTOC to create your ISO file.