Message-ID: <3B0D5EA3.259F7A74@ezbooks.com.au>
From: Elizabeth Taylor <mail@ezbooks.com.au>
X-Mailer: Mozilla 4.75 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.minix
Subject: changing struct proc
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 15
Date: Fri, 25 May 2001 05:18:59 +1000
NNTP-Posting-Host: 203.27.214.6
X-Complaints-To: abuse@telstra.net
X-Trace: nsw.nnrp.telstra.net 990735734 203.27.214.6 (Fri, 25 May 2001 06:22:14 EST)
NNTP-Posting-Date: Fri, 25 May 2001 06:22:14 EST
Organization: Customer of Telstra Big Pond Direct
Path: news.adfa.edu.au!clarion.carno.net.au!news0.optus.net.au!news1.optus.net.au!optus!intgwpad.nntp.telstra.net!nsw.nnrp.telstra.net!news.acay.com.au!cromer29.intercoast.com.au
Xref: news.adfa.edu.au comp.os.minix:37433

Hi

I am going to add a new field to this structure to see if I can make the
system guarantee is so much of the cpu time.  I am going to add
p_guarantee int; as a final data item.  There is a warning that scont.h
must match proc.h.  At the moment I think that my change won't affect
scont.h but I may have read scont.h wrong.  If it sets some sort of
offset for my structure in memory then I'll need to move that offset by
?? 2 bytes.  Can anyone help me?

Plus does anyone know where the code is that turns all these structures
into a nice table on the screen when you ask to see the process table?

Thanks

