From owner-freebsd-current Thu Feb 22 13:31:10 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailout03.sul.t-online.com (mailout03.sul.t-online.com [194.25.134.81]) by hub.freebsd.org (Postfix) with ESMTP id 6FF6E37B401 for ; Thu, 22 Feb 2001 13:31:07 -0800 (PST) (envelope-from D.Rock@t-online.de) Received: from fwd02.sul.t-online.com by mailout03.sul.t-online.com with smtp id 14W3KM-0000S5-00; Thu, 22 Feb 2001 22:31:06 +0100 Received: from server.rock.net (340029380333-0001@[62.226.190.146]) by fmrl02.sul.t-online.com with esmtp id 14W3KD-1cfH3AC; Thu, 22 Feb 2001 22:30:57 +0100 Received: from t-online.de (server [172.23.7.1]) by server.rock.net (8.11.2/8.11.2/Rock) with ESMTP id f1MLUkX18228; Thu, 22 Feb 2001 22:30:53 +0100 (MET) Message-ID: <3A958505.6EBDF1F4@t-online.de> Date: Thu, 22 Feb 2001 22:30:45 +0100 From: Daniel Rock X-Mailer: Mozilla 4.76 [de] (X11; U; SunOS 5.8 i86pc) X-Accept-Language: de, en MIME-Version: 1.0 To: Jake Burkholder Cc: freebsd-current@FreeBSD.ORG Subject: Re: HEADS UP Re: cvs commit: src/sys/alpha/alpha trap.c src/sys/dev/acpica/Osd OsdSchedule.c src/sys/i386/i386 genassym.c swtch.s trap.c src/sys/ia64/ia64 trap.c src/sys/kern init_main.c kern_condvar.c kern_idle.c kern_intr.c kern_mib.c kern_mutex.c kern_proc.c ... References: <20010212002426.088CFBABD@cr66388-a.rchrd1.on.wave.home.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 340029380333-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jake Burkholder schrieb: [...] > As I mentioned in the commit message, this changes the size and layout > of struct kinfo_proc, so you'll have to recompile libkvm-using programs. > > As always, make world is your friend. You may have forgotten to also change KINFO_PROC_SIZE in src/sys/user.h I'm now getting bootup warning all the time: ... real memory = 197066752 (192448K bytes) avail memory = 187293696 (182904K bytes) Preloaded elf kernel "kernel" at 0xc0450000. WARNING: size of kinfo_proc (648) should be 644!!! Pentium Pro MTRR support enabled ... BTW What is the purpose of KINFO_PROC_SIZE? Why not simply using sizeof()? -- Daniel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message