From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Subject: Re: knowing architecture of GSD Date: Thu, 14 Feb 2019 11:14:00 -0800 Message-ID: References: <9825e2ee3d0d951e378dc102731961cb.squirrel@sm.riseup.net> <20190214105447.GH3284@macbook41> Reply-To: quiliro@fsfla.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1guMSV-0005kd-IO for help-guix@gnu.org; Thu, 14 Feb 2019 14:14:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1guMSU-0001IT-Np for help-guix@gnu.org; Thu, 14 Feb 2019 14:14:07 -0500 Received: from mx1.riseup.net ([198.252.153.129]:52224) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1guMSS-0001CV-PE for help-guix@gnu.org; Thu, 14 Feb 2019 14:14:05 -0500 Received: from bell.riseup.net (unknown [10.0.1.178]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 2D4821A03FC for ; Thu, 14 Feb 2019 11:14:01 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by bell.riseup.net (Postfix) with ESMTPSA id 0F7892238C7 for ; Thu, 14 Feb 2019 11:14:00 -0800 (PST) In-Reply-To: <20190214105447.GH3284@macbook41> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org >> I think I have installed the 32 bit version of Guix System Distributio= n on >> a 64 bit machine. Hov can I check this? >> quiliro@GSD2 ~$ lscpu >> Arquitectura: i686 >> modo(s) de operaci=C3=B3n de las CPUs: 32-bit, 64-bit > > I assume the "modes of operation of the CPU" means that it can run in > 32-bit or 64-bit mode. Here's the `lscpu` from one of my machines: >=20 > efraim@E2140 ~$ lscpu > Architecture: x86_64 > CPU op-mode(s): 32-bit, 64-bit I think I have a 32 bit system installed on my machine (i686) and you have 64 bit system on yours (x86_64) because of the architecture information. Is my suspicion correct?