From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: ** X-Spam-Status: No, score=2.3 required=5.0 tests=DATE_IN_PAST_96_XX, DKIM_ADSP_CUSTOM_MED,DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 1620 invoked from network); 9 Jun 2021 22:24:39 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 9 Jun 2021 22:24:39 -0000 Received: from mail-qk1-f181.google.com ([209.85.222.181]) by 1ess; Wed Jun 9 18:18:07 -0400 2021 Received: by mail-qk1-f181.google.com with SMTP id i67so25354552qkc.4 for <9front@9front.org>; Wed, 09 Jun 2021 15:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:from:date:subject:to:mime-version :content-transfer-encoding; bh=P5FmoOMcIswrOqORLCuaTxrY2FbrdA1S92vmSkFX+lI=; b=B3vsf/iRLwsdgWQQldN+AZMPd+QL7usYx41T0koouZdvpP/l4iMITP4XoH9TFPat04 3XuXpXp3E+qhlwazJM+OkQGNQBOtUu5MljNj8SBbNINSQTvvOLReTPFzvaQRxM36GUY8 NpaaR79lzhG7vbi840RdbVUY+tJDhmKxeMUwSXXLSKaZFAOAKaMWYOQqfD8If6zeEf2U V//IPGygS/I81WVMQYlNHTQlmx6EODZZhtOWIYEGynG/SDt6KtTfY1fXgvoXyY93sHoT 1sLB2O2eh2Iyk7zoX8MIk2xH6n8InlO6ew7ePYRwMYTmxbnH/xBPHMquGW6Re3oWc00q //SQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:from:date:subject:to:mime-version :content-transfer-encoding; bh=P5FmoOMcIswrOqORLCuaTxrY2FbrdA1S92vmSkFX+lI=; b=n64n298Lgw5s+j2jl64xnY3u1d/HL/2PvdFWUQaBiHXMLGCmh92w02S6ZWye9lUNJD mAzAVPsgJ3D8AhvJRzMTdroRqnOb6mxm/BNm3+5Pi6P4CnO/FMnogjZGGaOLHVSn6KE+ cfjtvroPFY+wiM/wkUWDm4ZHB/yUZJIf++T6/iT77fpcznsq6Yigt3ol+pDV6Pl4naAg bNDOE9XW/2V9WU+C57PdMSfyxbYIkzVe/hw8w7yW2VT2Gw1yKZnrcaGJhWpObIHASbBA ti0Uv0F23itRv4ay/uODdMCjnFgFNHTJ1EWVSEyEmJGwjj31h4xPgyGJ40CF9dQpST0v jeew== X-Gm-Message-State: AOAM533zprynuxn5wmLwYb+Du3FjscZpeIptQWdZHYUzMfrAVzAKVitM tvEzyuc8OuRD4IqmDaKakVPfy2o76CPPBw== X-Google-Smtp-Source: ABdhPJzmCnmi/2Nxr7OpKYCXlg59a5JjDsSillAcc+dG0L4Ld/0WWf/5W4Rx71dB7k//1rMipkM1rg== X-Received: by 2002:a05:620a:1036:: with SMTP id a22mr1705395qkk.264.1623274071446; Wed, 09 Jun 2021 14:27:51 -0700 (PDT) Return-Path: Received: from cirno (pool-96-232-174-225.nycmny.fios.verizon.net. [96.232.174.225]) by smtp.gmail.com with ESMTPSA id g19sm868138qtg.36.2021.06.09.14.27.50 for <9front@9front.org> (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 09 Jun 2021 14:27:51 -0700 (PDT) Message-ID: <33B60BAB203E253CB0ADF62326A8CB5D@gmail.com> From: jacob gw Date: Sat, 05 Jun 2021 18:48:10 +0000 To: 9front@9front.org MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: DOM rails cloud lifecycle app Subject: [9front] [PATCH] update a.out manpage to be 64 bit inclusive Reply-To: 9front@9front.org Precedence: bulk --- 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