From owner-freebsd-smp Tue May 7 11:47:33 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24658 for smp-outgoing; Tue, 7 May 1996 11:47:33 -0700 (PDT) Received: from spinner.DIALix.COM (spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id LAA24653 for ; Tue, 7 May 1996 11:47:29 -0700 (PDT) Received: from spinner.DIALix.COM (localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.5/8.7.3) with ESMTP id CAA00235; Wed, 8 May 1996 02:46:00 +0800 (WST) Message-Id: <199605071846.CAA00235@spinner.DIALix.COM> cc: Poul-Henning Kamp , smp@freebsd.org Subject: Re: comments In-reply-to: Your message of "Wed, 08 May 1996 01:33:04 +0800." <199605071733.BAA00987@spinner.DIALix.COM> Date: Wed, 08 May 1996 02:46:00 +0800 From: Peter Wemm Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >I missed a lot of things in the last commit, some of the more serious >were because of my lack of general i386 assembler knowledge.. ie: stuff >that could not possibly work. And forgetting to call apic_startup was >one of the classics.... > >I'll commit where I'm up to in a moment. Yippee! :-) It works again! :-) (and it even boots without a cold power-off! :-) load averages: 1.96, 0.88, 0.36 02:42:49 42 processes: 3 running, 39 sleeping Mem: 11M Active, 3028K Inact, 4016K Wired, 1918K Buf, 13M Free Swap: 98M Total, 64K Used, 98M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 5 root -6 0 0K 12K RUN 2:08 56.33% 56.30% cpuidle1 6 root -6 0 0K 12K RUN 2:08 40.91% 40.89% cpuidle0 222 peter 42 0 292K 760K RUN 0:00 0.00% 0.00% top 4 root 28 0 0K 12K update 0:00 0.00% 0.00% update 3 root 28 0 0K 12K psleep 0:00 0.00% 0.00% vmdaemon 184 peter 18 0 712K 1144K pause 0:01 0.00% 0.00% tcsh 133 root 18 0 236K 404K pause 0:00 0.00% 0.00% cron 23 root 10 0 99M 3144K mfsidl 0:00 0.00% 0.00% mount_mfs 1 root 10 0 396K 208K wait 0:00 0.00% 0.00% init 119 root 10 0 208K 36K nfsidl 0:00 0.00% 0.00% nfsiod When top is running at a 1-second update, the idle procs are accumulating one second *each* per wallclock second. Cheers, -Peter