9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [PATCH] update a.out manpage to be 64 bit inclusive
@ 2021-06-05 18:48 jacob gw
  2021-06-10  3:05 ` ori
  0 siblings, 1 reply; 2+ messages in thread
From: jacob gw @ 2021-06-05 18:48 UTC (permalink / raw)
  To: 9front

---
diff fd9679d97b0bb7b8849f84f50c708d5f733708e1 ea21c85c5ced615ab90d7efca9a100596cf71333
--- a/sys/man/6/a.out	Sat Jun  5 09:40:28 2021
+++ b/sys/man/6/a.out	Sat Jun  5 14:48:10 2021
@@ -52,6 +52,10 @@
 Sizes are expressed in bytes.
 The size of the header is not included in any of the other sizes.
 .PP
+There may be an extra 8 bytes after the header on 64 bit systems.
+These bytes represent the entry point in a 64 bit address space.
+You can tell that these will be there if magic & HDR_MAGIC.
+.PP
 When a Plan 9 binary file is executed,
 a memory image of three segments is
 set up: the text segment, the data segment, and the stack.
@@ -93,7 +97,7 @@
 entries, each laid out as:
 .IP
 .EX
-uchar value[4];
+uchar value[4]; /* value[8] on 64 bit systems */
 char  type;
 char  name[\f2n\fP];   /* NUL-terminated */
 .EE
@@ -141,6 +145,9 @@
 .TP
 .B p
 function parameter symbol
+.TP
+.B m
+frame symbol
 .RE
 .PD
 .PP

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

end of thread, other threads:[~2021-06-13  0:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-05 18:48 [9front] [PATCH] update a.out manpage to be 64 bit inclusive jacob gw
2021-06-10  3:05 ` ori

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).