The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] user struct on SYSIII / V7
@ 2015-11-13 18:48 Oliver Lehmann
  2015-11-13 18:51 ` Ronald Natalie
  2015-11-13 19:33 ` Oliver Lehmann
  0 siblings, 2 replies; 10+ messages in thread
From: Oliver Lehmann @ 2015-11-13 18:48 UTC (permalink / raw)


Hi,

does someone know where "u" is defined on SYSIII or V7?

sys/user.h states:

extern struct user u;

But I wonder where it is defined? On ZEUS I have u.o but I'm
not able to correctly disassemble it. Right now I'm guessing
that it should be something like:

u module
$segmented
$abs %F600

   global

_u array [%572 byte]

end u

But the resulting object (u.o.hd) does not match 100% the existing
u.o on the system (u.o.orig.hd).

--- u.o.orig.hd 2008-05-16 21:52:12.000000000 +0200
+++ u.o.hd      2008-05-16 21:52:16.000000000 +0200
@@ -3,6 +3,6 @@
  00000020  00 00 00 01 00 00 00 00  01 00 00 00 00 00 00 00   
|................|
  00000030  00 00 00 02 00 00 00 00  00 00 00 00 1e 00 75 5f   
|..............u_|
  00000040  70 00 00 00 00 00 01 00  00 00 1e 01 75 5f 64 00   
|p...........u_d.|
-00000050  00 00 00 00 3e 00 f6 00  61 3e 5f 75 00 00 00 00  |....>..a>_u....|
+00000050  00 00 00 00 01 00 f6 00  61 01 5f 75 00 00 00 00  |.......a._u....|
  00000060  00 00                                             |..|
  00000062



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-11-13 20:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 18:48 [TUHS] user struct on SYSIII / V7 Oliver Lehmann
2015-11-13 18:51 ` Ronald Natalie
2015-11-13 18:53   ` Ronald Natalie
2015-11-13 19:12   ` Oliver Lehmann
2015-11-13 19:15     ` Ronald Natalie
2015-11-13 19:27       ` Oliver Lehmann
2015-11-13 20:16         ` Ronald Natalie
2015-11-13 19:33 ` Oliver Lehmann
     [not found]   ` <CE36BEBC-DA9F-4E95-B238-1D5C303700B9@icloud.com>
2015-11-13 19:42     ` Brantley Coile
2015-11-13 20:07   ` Oliver Lehmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).