search for: init_app

Displaying 2 results from an estimated 2 matches for "init_app".

2011 Jul 21
0
[PATCH] add netconsole autoinstall parameter
...lectd=*) i=${i#collectd=} eval $(printf $i|awk -F: '{print "collectd_server="$1; print "collectd_port="$2;}') @@ -661,7 +665,7 @@ start_ovirt_early () { # save boot parameters as defaults for ovirt-config-* - params="bootif init init_app vol_boot_size vol_swap_size vol_root_size vol_config_size vol_logging_size vol_data_size vol_swap2_size vol_data2_size crypt_swap crypt_swap2 upgrade standalone overcommit ip_address ip_netmask ip_gateway ipv6 dns ntp vlan ssh_pwauth syslog_server syslog_port collectd_server collectd_port bootparam...
2006 May 11
11
[PATCH] Integrating applications into Mini-OS
...in a file called, say, app.c, and add it to the Mini-OS directory along with newlib.c and setjmp_x86_32.S, the two files I use to adapt newlib to the Mini-OS environment. One would compile and link it with newlib, with the command: #! /bin/sh COMP_HOME=${HOME}/opt/cross/i386-elf CPPFLAGS="-DINIT_APP -DHAVE_LIBC" LDLIBS="-lc -lnosys" export PATH=${COMP_HOME}/bin:$PATH exec make CPPFLAGS="${CPPFLAGS}" LDLIBS="${LDLIBS}" "$@" The patch changes Makefile so that it needs no modification to handle an application. It also fixes some problems with the or...