Displaying 3 results from an estimated 3 matches for "config_stat".
Did you mean:
  config_start
  
2005 Jun 30
0
[PATCH][9/10] Support VMX guests with 512M/1G memory.
...9;' > /dev/null ; then
   target_user_only="yes"
diff -r 2d6fd3bba3c2 -r 2d289d7ab961 tools/ioemu/target-i386-dm/Makefile
--- a/tools/ioemu/target-i386-dm/Makefile	Thu Jun 30 05:24:52 2005
+++ b/tools/ioemu/target-i386-dm/Makefile	Thu Jun 30 05:26:09 2005
@@ -305,9 +305,6 @@
 ifdef CONFIG_STATIC
 VL_LDFLAGS+=-static
 endif
-ifeq ($(XEN_TARGET_ARCH),x86_32)
-VL_LDFLAGS+=-Wl,-T,$(SRC_PATH)/$(XEN_TARGET_ARCH).ld
-endif
 ifndef CONFIG_DARWIN
 ifndef CONFIG_WIN32
 VL_LIBS=-lutil
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists....
2014 Jan 19
2
USB boot problems on Gigabyte GA-M55Plus-S3G
#!/bin/bash
# a small shell script to:
#       1) make a simple asm program
#       2) compile that program with `nasm'
#       3) convert resulting .bin to a .img with `dd'
#       4) boot the reulting "hello.img" with qemu/kvm
# I think this qualifies as a bootloader, sort of
# sincerely hope it helps address Mr. Guilmette curiousity
#  -chris graff
printf '
BITS 16
jmp
2020 Mar 15
0
How to create a Bootable Live CD/DVD from your Linux From Scratch (LFS) build
...e("can't set time of day");
+		}
  	}
  	if (flags != 1) /* not lone -s */
===End File busybox-glibc-2.31.patch===
#------------ Cut and Paste start
cd /sources
tar xvf busybox-1.31.1.tar.bz2
cd busybox-1.31.1
cat ../busybox-glibc-2.31.patch | patch -Np1
make defconfig
sed 's/# CONFIG_STATIC is not set/CONFIG_STATIC=y/' -i .config
sed 's/CONFIG_FEATURE_HAVE_RPC=y/# CONFIG_FEATURE_HAVE_RPC is not set/' 
\
         -i .config
sed 's/CONFIG_FEATURE_MOUNT_NFS=y/# CONFIG_FEATURE_MOUNT_NFS is not 
set/' \
         -i .config
sed 's/CONFIG_FEATURE_INETD_RPC=y/# CONF...