======================================================================== iPAQ H3600 ======================================================================== mapping IO...done. init subsystems: stacks vectors c02585f0 c0258b44 c025f410 undefined sp: c0277694 -> c001b694 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. NetBSD 1.5S (IPAQ) #0: Sat Feb 24 20:03:15 JST 2001 ichiro@lets2:/usr/src.union/sys/arch/hpcarm/compile/IPAQ total memory = 32768 KB avail memory = 26196 KB using 307 buffers containing 1740 KB of memory mainbus0 (root) cpu0 at mainbus0: SA-1110 rev 6 DC enabled IC enabled WB enabled EABT saip0 at mainbus0 sacom0 at saip0 addr 0xd000d000-0xd000d023 intr 17 sacom0: unknown SA11x0 UART sacom0: console saost0 at saip0 addr 0xd0000000-0xd000001f saost0: SA-11x0 OS Timer ipl_bio=00020000 ipl_net=00020000 ipl_tty=00020000 ipl_imp=00020000 ipl_audio=00020000 ipl_imp=00020000 ipl_high=00020000 ipl_serial=00020000 clock: hz=100 stathz = 0 profhz = 0 md0: allocated 0K (0 blocks) boot device: root device: ======================================================================== JORNADA720 ======================================================================== mapping IO...done. init subsystems: stacks vectors c02575d4 c0257b28 c025e2c0 undefined sp: c0473464 -> c001c464 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. All rights reserved. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. NetBSD 1.5R (JORNADA720) #141: Thu Feb 22 12:52:28 JST 2001 toshii@kiku.my.domain:/usr/src/syssrc/sys/arch/hpcarm/compile/JORNADA720 total memory = 32768 KB avail memory = 24204 KB using 307 buffers containing 1740 KB of memory mainbus0 (root) cpu0 at mainbus0: SA-1110 rev 8 DC enabled IC enabled WB enabled EABT saip0 at mainbus0 sacom0 at saip0 addr 0xd000d000-0xd000d023 intr 17 sacom0: unknown SA11x0 UART sacom0: console saost0 at saip0 addr 0xd0000000-0xd000001f saost0: SA-11x0 OS Timer ipl_bio=00020000 ipl_net=00020000 ipl_tty=00020000 ipl_imp=00020000 ipl_audio=00020000 ipl_imp=00020000 ipl_high=00020000 ipl_serial=00020000 clock: hz=100 stathz = 0 profhz = 0 md0: allocated 2048K (4096 blocks) boot device: root device: md0 dump device (default md0b): file system (default generic): root on md0a dumps on md0b root file system type: ffs Feb 22 03:31:12 init: /etc/pwd.db: No such file or directory Enter pathname of shell or RETURN for sh: # ls ls: not found # echo * bin dev etc sbin usr var # echo var/* var/log # mout^H^C # mount_mfs usage: mount_mfs [ -fsoptions ] special-device mount-point where fsoptions are: -B byte order (`be' or `le') -N do not create file system, just print out parameters -O create a 4.3BSD format filesystem -S sector size -T disktype -a maximum contiguous blocks -b block size -c cylinders/group -d rotational delay between contiguous blocks -e maximum blocks per file in a cylinder group -f frag size -i number of bytes per inode -k sector 0 skew, per track -l hardware sector interleave -m minimum free space % -n number of distinguished rotational positions -o optimization preference (`space' or `time') -p spare sectors per track -s file system size (sectors) -r revolutions/minute -t tracks/cylinder -u sectors/track -x spare sectors per cylinder # mount_mfs -s 8192 swap /var # df df: not found # ls ls: not found # echo var/* var/* # echo bin/* bin/chmod bin/date.gz bin/sh bin/sleep bin/stty.gz # gzip gzip: compressed data not written to a terminal. Use -f to force compression. For help, type: gzip -h # gzip -dc bin/date.gz >var/date # set -E No entry for terminal type "dumb"; using dumb terminal settings. # set -E# gzip -dc bin/date.gz >var/date# gzip -dc bin/ate.gz >var/date # gzip -dc bin/te.gz >var/date # gzip -dc bin/stty.gz >var/stty # echo sbin/* sbin/fsck.gz sbin/ifconfig.gz sbin/init sbin/mount_mfs # echo sbin/*# gzip -dc bin/stty.gz >var/stty# gzip -dc sbin/stty.gz >var/stty# gzip -dc sbin/ifconfig.gz >var/ifconfig # cd var # echo * date ifconfig stty # ./date ./date: permission denied # chmod 555 * # ./date Thu Feb 22 03:33:29 GMT 2001 # ./ifconfig -a lo0: flags=8009 mtu 33228 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 inet6 ::1 prefixlen 128 sl0: flags=c010 mtu 296 sl1: flags=c010 mtu 296 ppp0: flags=8010 mtu 1500 ppp1: flags=8010 mtu 1500 tun0: flags=10 mtu 1500 tun1: flags=10 mtu 1500 # ./stty -a ispeed 0 baud; ospeed 57600 baud; 0 rows; 0 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -ocrnl oxtabs onocr onlret cflags: cread cs8 -parenb -parodd -hupcl clocal -cstopb -crtscts -mdmbuf -cdtrcts cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^?; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W; # date date: not found # ./date Thu Feb 22 03:34:25 GMT 2001 #