oskit/oskit-20020317/startup
dzavalishin f85eb2576f import 2016-02-19 15:02:31 +03:00
..
GNUmakefile.in import 2016-02-19 15:02:31 +03:00
GNUmakerules import 2016-02-19 15:02:31 +03:00
README import 2016-02-19 15:02:31 +03:00
bmod_populate.c import 2016-02-19 15:02:31 +03:00
create_devdir.c import 2016-02-19 15:02:31 +03:00
start_atexit.c import 2016-02-19 15:02:31 +03:00
start_blk_devices.c import 2016-02-19 15:02:31 +03:00
start_bmod.c import 2016-02-19 15:02:31 +03:00
start_clock.c import 2016-02-19 15:02:31 +03:00
start_conf_network.c import 2016-02-19 15:02:31 +03:00
start_conf_network_close_eif.c import 2016-02-19 15:02:31 +03:00
start_conf_network_eif.c import 2016-02-19 15:02:31 +03:00
start_conf_network_eifconfig.c import 2016-02-19 15:02:31 +03:00
start_conf_network_eifdown.c import 2016-02-19 15:02:31 +03:00
start_conf_network_eifname.c import 2016-02-19 15:02:31 +03:00
start_conf_network_host.c import 2016-02-19 15:02:31 +03:00
start_conf_network_init.c import 2016-02-19 15:02:31 +03:00
start_conf_network_open_eif.c import 2016-02-19 15:02:31 +03:00
start_conf_network_router.c import 2016-02-19 15:02:31 +03:00
start_console.c import 2016-02-19 15:02:31 +03:00
start_cq_console.c import 2016-02-19 15:02:31 +03:00
start_devices.c import 2016-02-19 15:02:31 +03:00
start_disk.c import 2016-02-19 15:02:31 +03:00
start_fs.c import 2016-02-19 15:02:31 +03:00
start_fs_bmod.c import 2016-02-19 15:02:31 +03:00
start_fs_native.c import 2016-02-19 15:02:31 +03:00
start_fs_native_bmod.c import 2016-02-19 15:02:31 +03:00
start_fs_native_pthreads.c import 2016-02-19 15:02:31 +03:00
start_getinfo_network.c import 2016-02-19 15:02:31 +03:00
start_gprof.c import 2016-02-19 15:02:31 +03:00
start_linux_fs.c import 2016-02-19 15:02:31 +03:00
start_net_devices.c import 2016-02-19 15:02:31 +03:00
start_network.c import 2016-02-19 15:02:31 +03:00
start_network_native.c import 2016-02-19 15:02:31 +03:00
start_network_native_pthreads.c import 2016-02-19 15:02:31 +03:00
start_network_router.c import 2016-02-19 15:02:31 +03:00
start_network_single.c import 2016-02-19 15:02:31 +03:00
start_osenv.c import 2016-02-19 15:02:31 +03:00
start_pthreads.c import 2016-02-19 15:02:31 +03:00
start_sound_devices.c import 2016-02-19 15:02:31 +03:00
start_svm.c import 2016-02-19 15:02:31 +03:00
start_world.c import 2016-02-19 15:02:31 +03:00

README

Directories: oskit/startup
Target: Useful functions to bootstrap stand-alone single or multithreaded
	systems.
Documentation: See the source files
Original Code Source: Flux Research Group, University of Utah
Description:  
	These functions can be useful to initialize clock, fs, and
	networking components and the pthread threading system.