diff --git a/user-mode-linux/usr/bin/linux b/user-mode-linux/usr/bin/linux index b5476b9..c3251b8 100755 Binary files a/user-mode-linux/usr/bin/linux and b/user-mode-linux/usr/bin/linux differ diff --git a/user-mode-linux/usr/bin/uml_mconsole b/user-mode-linux/usr/bin/uml_mconsole index 1f56245..6fc93f8 100755 Binary files a/user-mode-linux/usr/bin/uml_mconsole and b/user-mode-linux/usr/bin/uml_mconsole differ diff --git a/user-mode-linux/usr/bin/uml_moo b/user-mode-linux/usr/bin/uml_moo index aa9d474..69f9d39 100755 Binary files a/user-mode-linux/usr/bin/uml_moo and b/user-mode-linux/usr/bin/uml_moo differ diff --git a/user-mode-linux/usr/bin/uml_net b/user-mode-linux/usr/bin/uml_net index 2cef39a..ce2343e 100755 Binary files a/user-mode-linux/usr/bin/uml_net and b/user-mode-linux/usr/bin/uml_net differ diff --git a/user-mode-linux/usr/bin/uml_switch b/user-mode-linux/usr/bin/uml_switch index 1b45663..37a2011 100755 Binary files a/user-mode-linux/usr/bin/uml_switch and b/user-mode-linux/usr/bin/uml_switch differ diff --git a/user-mode-linux/usr/lib/uml/config b/user-mode-linux/usr/lib/uml/config index e5b6f68..2c757d0 100755 --- a/user-mode-linux/usr/lib/uml/config +++ b/user-mode-linux/usr/lib/uml/config @@ -31,7 +31,11 @@ CONFIG_HOSTFS=y CONFIG_MCONSOLE=y CONFIG_MAGIC_SYSRQ=y # CONFIG_HOST_2G_2G is not set +# CONFIG_UML_SMP is not set # CONFIG_SMP is not set +CONFIG_CON_ZERO_CHAN="fd:0,fd:1" +CONFIG_CON_CHAN="xterm" +CONFIG_SSL_CHAN="pty" # # Loadable module support @@ -50,6 +54,14 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BLK_DEV_INITRD=y # CONFIG_MMAPPER is not set +CONFIG_UML_SOUND=y +CONFIG_SOUND=y +CONFIG_HOSTAUDIO=y +CONFIG_FD_CHAN=y +CONFIG_PORT_CHAN=y +CONFIG_PTY_CHAN=y +CONFIG_TTY_CHAN=y +CONFIG_XTERM_CHAN=y # # Networking options @@ -160,7 +172,7 @@ CONFIG_SHAPER=m # # File systems # -CONFIG_QUOTA=y +# CONFIG_QUOTA is not set CONFIG_AUTOFS_FS=m CONFIG_AUTOFS4_FS=m CONFIG_REISERFS_FS=y @@ -271,6 +283,63 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set +# +# Multi-device support (RAID and LVM) +# +# CONFIG_MD is not set + +# +# Memory Technology Devices (MTD) +# +CONFIG_MTD=y +# CONFIG_MTD_DEBUG is not set +# CONFIG_MTD_PARTITIONS is not set + +# +# User Modules And Translation Layers +# +CONFIG_MTD_CHAR=y +CONFIG_MTD_BLOCK=y +# CONFIG_FTL is not set +# CONFIG_NFTL is not set + +# +# RAM/ROM/Flash chip drivers +# +# CONFIG_MTD_CFI is not set +# CONFIG_MTD_JEDECPROBE is not set +# CONFIG_MTD_GEN_PROBE is not set +# CONFIG_MTD_RAM is not set +# CONFIG_MTD_ROM is not set +# CONFIG_MTD_ABSENT is not set +# CONFIG_MTD_OBSOLETE_CHIPS is not set + +# +# Mapping drivers for chip access +# + +# +# Self-contained MTD device drivers +# +CONFIG_MTD_SLRAM=m +CONFIG_MTD_MTDRAM=m +CONFIG_MTDRAM_TOTAL_SIZE=4096 +CONFIG_MTDRAM_ERASE_SIZE=128 +CONFIG_MTD_BLKMTD=m + +# +# Disk-On-Chip Device Drivers +# +# CONFIG_MTD_DOC1000 is not set +# CONFIG_MTD_DOC2000 is not set +# CONFIG_MTD_DOC2001 is not set +# CONFIG_MTD_DOCPROBE is not set + +# +# NAND Flash Device Drivers +# +# CONFIG_MTD_NAND is not set + # # Kernel hacking # diff --git a/user-mode-linux/usr/lib/uml/modules-2.2.tar b/user-mode-linux/usr/lib/uml/modules-2.2.tar index c0e385d..66ea3f0 100755 Binary files a/user-mode-linux/usr/lib/uml/modules-2.2.tar and b/user-mode-linux/usr/lib/uml/modules-2.2.tar differ diff --git a/user-mode-linux/usr/lib/uml/modules-2.4.tar b/user-mode-linux/usr/lib/uml/modules-2.4.tar index 1c1f948..052e8f3 100755 Binary files a/user-mode-linux/usr/lib/uml/modules-2.4.tar and b/user-mode-linux/usr/lib/uml/modules-2.4.tar differ diff --git a/user-mode-linux/usr/lib/uml/port-helper b/user-mode-linux/usr/lib/uml/port-helper index 7788e0e..8205c26 100755 Binary files a/user-mode-linux/usr/lib/uml/port-helper and b/user-mode-linux/usr/lib/uml/port-helper differ