[rescue] (no subject)
Kenneth Dunn
luser at xtra.co.nz
Mon Mar 4 02:52:06 CST 2002
>From dmesg:
VAXstation 3100/m{30,40}
cpu: KA41/42
cpu: Enabling primary cache, secondary cache
total memory = 16260 KB
avail memory = 12336 KB
using 228 buffers containing 912 KB of memory
At command line
ken at vixen ken]$ ls -l
total 2
-rw-r--r-- 1 ken wheel 77 Mar 3 23:49 hello.c
ken at vixen ken]$ cat hello.c
#include <stdio.h>
int main(void)
{
puts("hello there world");
return 0;
}
ken at vixen ken]$ time cc hello.c
real 0m12.750s
user 0m6.641s
sys 0m4.429s
Is it normal for this vax to take that long ?
More information about the rescue
mailing list