From nobody Fri Apr 26 07:24:25 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 80.81.252.135 is neither permitted nor denied by domain of seabios.org) client-ip=80.81.252.135; envelope-from=seabios-bounces@seabios.org; helo=mail.coreboot.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=none (zoho.com: 80.81.252.135 is neither permitted nor denied by domain of seabios.org) smtp.mailfrom=seabios-bounces@seabios.org Return-Path: Received: from mail.coreboot.org (mail.coreboot.org [80.81.252.135]) by mx.zohomail.com with SMTPS id 1504032986872177.14615631264383; Tue, 29 Aug 2017 11:56:26 -0700 (PDT) Received: from [127.0.0.1] (helo=ra.coreboot.org) by mail.coreboot.org with esmtp (Exim 4.86_2) (envelope-from ) id 1dmlgI-00024w-LJ; Tue, 29 Aug 2017 20:56:10 +0200 Received: from mail-qt0-f194.google.com ([209.85.216.194]) by mail.coreboot.org with esmtps (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86_2) (envelope-from ) id 1dmlg6-00023b-7H for seabios@seabios.org; Tue, 29 Aug 2017 20:56:08 +0200 Received: by mail-qt0-f194.google.com with SMTP id v29so3529906qtv.1 for ; Tue, 29 Aug 2017 11:55:59 -0700 (PDT) Received: from localhost ([64.9.245.1]) by smtp.gmail.com with ESMTPSA id x8sm2460578qta.94.2017.08.29.11.55.56 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 29 Aug 2017 11:55:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=koconnor-net.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id; bh=8NGnkV5MQ28YcDkK/gqCmqPHaeVdFfZ0zArx9kKSDls=; b=ADc0X7IixWgpBvgdynCjFc7wqZZj1RwgNbFWv5A7dngOAcrbvBE9UaiUgfPf5u7mf4 HY0UzXH1UW4ydcDZDoHdzDcj1OpfglU/kbJ7zDKV6A/z+bbgdVEBb2P74Skddu+mzczy nRnDTEqrG0Ib6H381lFuBCpemd6OJxa4uLEqKgGaEkHOtSZPjcoktMGfhtumfHbBT2+h Jn2NChUGrZodLCq1Yn2W5Ih+Lnu3cSeD0dXZo3es4sLJpMIXvXc8ReculYappoAF/uCb 1Q6c3IR/ltDkv7QAHKlBx/1zpxD0rslmCrdVEQvyXDnQ/lJNEE3HD+s6Ys1YElzcT2qB Q5Nw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=8NGnkV5MQ28YcDkK/gqCmqPHaeVdFfZ0zArx9kKSDls=; b=s3K2j5elUXXcMu3A/goH6J2wZlYvHf2XbaWWATzk/utBrf6ddta17ien/0R5eUmHSb sMGs5ta1ybWS5oCRXK+w7frx8OBcOR5uuy/EWdaruC5IgUJxVJguKQL6/LRG1SqDKe64 bDM4ObK/GIOnNLFNCr3ACz9sZq5EAvoWJqZTQwg+8j8UfmZhcinmV3ydohoZYXKnDReU 5LCdya3/A9clLolsn3DB6iCk+q/M3O4cPKJQtaB5fP6Ep9VtiNn5RO2SqsY13KeroRqv eG5/piGYWcVKivI9qNHDnNUAZDQAmpFDV0nlaDPTiUUIdCBgIgiUSVme/Wcnzwkdnvf3 FzXg== X-Gm-Message-State: AHYfb5g5beurZCIC7iKAlpYBCoqeWrque/nwEPgxt741a0qrbfOpR3AE WElZ1mxDvSvqwj3WM9Irww== X-Received: by 10.200.8.89 with SMTP id x25mr6886848qth.113.1504032957437; Tue, 29 Aug 2017 11:55:57 -0700 (PDT) From: Kevin O'Connor To: seabios@seabios.org Date: Tue, 29 Aug 2017 14:55:54 -0400 Message-Id: <20170829185554.9425-1-kevin@koconnor.net> X-Mailer: git-send-email 2.9.5 X-Spam-Score: -1.2 (-) Subject: [SeaBIOS] [PATCH] docs: Fix typos in Memory_Model.md X-BeenThere: seabios@seabios.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SeaBIOS mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Errors-To: seabios-bounces@seabios.org Sender: "SeaBIOS" X-Duff: Orig. Duff, Duff Lite, Duff Dry, Duff Dark, Raspberry Duff, Lady Duff, Red Duff, Tartar Control Duff X-ZohoMail-DKIM: fail (Header signature does not verify) X-ZohoMail: RDKM_2 RSF_4 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Kevin O'Connor Reviewed-by: Paul Menzel --- docs/Memory_Model.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Memory_Model.md b/docs/Memory_Model.md index 0668bd8..1ebe865 100644 --- a/docs/Memory_Model.md +++ b/docs/Memory_Model.md @@ -192,7 +192,7 @@ There are three low-level memory access macros: * GET_FARVAR / SET_FARVAR : Assigns the extra segment (%es) to the given segment id and then performs the given memory access via %es. =20 -* GET_FLATVAR / SET_FLATVAR : These macros take a 32bit pointer, +* GET_FLATPTR / SET_FLATPTR : These macros take a 32bit pointer, construct a segment/offset pair valid in real mode, and then perform the given access. These macros must not be used in 16bit protected mode or 32bit segmented mode. @@ -209,11 +209,11 @@ macros are also available. =20 * GET_LOW / SET_LOW : Access internal variables marked with VARLOW. (There are also related macros GET_LOWFLAT / SET_LOWFLAT for - accessing storage allocated with malloc_low). + accessing storage allocated with malloc_low.) =20 * GET_GLOBAL : Access internal variables marked with the VAR16 or VARFSEG flags. (There is also the related macro GET_GLOBALFLAT for - accessing storage allocated with malloc_fseg). + accessing storage allocated with malloc_fseg.) =20 Memory available during initialization =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --=20 2.9.5 _______________________________________________ SeaBIOS mailing list SeaBIOS@seabios.org https://mail.coreboot.org/mailman/listinfo/seabios