diff --git a/configs/sim/mount/Make.defs b/configs/sim/mount/Make.defs index b4b553946b8..b177d9cdff6 100644 --- a/configs/sim/mount/Make.defs +++ b/configs/sim/mount/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/sim/Make.defs +# configs/sim/mount/Make.defs # -# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/sim/mount/defconfig b/configs/sim/mount/defconfig index f5e7bc8f8d4..1acf235ce8d 100644 --- a/configs/sim/mount/defconfig +++ b/configs/sim/mount/defconfig @@ -1,7 +1,7 @@ ############################################################################ -# sim/defconfig +# sim/mount/defconfig # -# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -81,7 +81,7 @@ CONFIG_ARCH_BOARD_SIM=y # CONFIG_DEV_CONSOLE - Set if architecture-specific logic # provides /dev/console. Enables stdout, stderr, stdin. # -CONFIG_EXAMPLE=ostest +CONFIG_EXAMPLE=mount CONFIG_DEBUG=y CONFIG_DEBUG_VERBOSE=y CONFIG_MM_REGIONS=1 @@ -89,9 +89,9 @@ CONFIG_ARCH_LOWPUTC=y CONFIG_RR_INTERVAL=0 CONFIG_SCHED_INSTRUMENTATION=n CONFIG_TASK_NAME_SIZE=32 -CONFIG_START_YEAR=2007 -CONFIG_START_MONTH=2 -CONFIG_START_DAY=27 +CONFIG_START_YEAR=2008 +CONFIG_START_MONTH=6 +CONFIG_START_DAY=1 CONFIG_JULIAN_TIME=n CONFIG_DEV_CONSOLE=y @@ -298,6 +298,9 @@ CONFIG_EXAMPLES_NSH_IPADDR=(10<<24|0<<16|0<<8|2) CONFIG_EXAMPLES_NSH_DRIPADDR=(10<<24|0<<16|0<<8|1) CONFIG_EXAMPLES_NSH_NETMASK=(255<<24|255<<16|255<<8|0) +# +# Settings for examples/mount +CONFIG_EXAMPLES_MOUNT_DEVNAME="/dev/ram0" # # Stack and heap information # diff --git a/configs/sim/mount/setenv.sh b/configs/sim/mount/setenv.sh index 9b3df2015b0..cb28f8df79e 100755 --- a/configs/sim/mount/setenv.sh +++ b/configs/sim/mount/setenv.sh @@ -1,7 +1,7 @@ #!/bin/bash # sim/setenv.sh # -# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. +# Copyright (C) 2008 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without