Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9F80B84E63 for ; Fri, 28 Jul 2023 11:22:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UuH_R19QEDdL for ; Fri, 28 Jul 2023 11:22:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3CE5D84D3F for ; Fri, 28 Jul 2023 11:22:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30712FBDB; Fri, 28 Jul 2023 11:22:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 28 Jul 2023 11:22:43 +0000 From: "Rin Okuyama" Subject: CVS commit: src/lib/csu/arch/vax To: source-changes@NetBSD.org Approved: for-source-only Reply-To: rin@netbsd.org X-Mailer: log_accum Message-Id: <20230728112243.30712FBDB@cvs.NetBSD.org> Module Name: src Committed By: rin Date: Fri Jul 28 11:22:43 UTC 2023 Modified Files: src/lib/csu/arch/vax: crt0.S Log Message: vax/csu: __start: Use 0x0000 as entry mask instead of 0x0101 (two NOPs) This was a quite common trick to able to load executables with a.out headers stripped. Now, the system boots successfully into multi-user mode without this trick. Thanks ragge@ for kind explanation: https://mail-index.netbsd.org/port-vax/2023/07/28/msg004397.html To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/csu/arch/vax/crt0.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.