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=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 7974 invoked from network); 5 Feb 2022 01:35:13 -0000 Received: from 4ess.inri.net (216.126.196.42) by inbox.vuxu.org with ESMTPUTF8; 5 Feb 2022 01:35:13 -0000 Received: from mail-oo1-f51.google.com ([209.85.161.51]) by 4ess; Fri Feb 4 16:29:03 -0500 2022 Received: by mail-oo1-f51.google.com with SMTP id u47-20020a4a9732000000b00316d0257de0so3196457ooi.7 for <9front@9front.org>; Fri, 04 Feb 2022 13:28:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=gGMRFPPk8GD7uJobSPrfr0Ih0IJwTpfC+smHPKplJKU=; b=Calkp10Z+3b7Yr/RAFFpctqFiNjuu2DCS3XrqZZaFAA8BW1v7T6eRvQR2Sv9Uk/h53 8m2PLm1FTdU96se107E1sI5JcUXa8XZ4FA0UhZrAOqcoEgZWxACA583fpvb3FFqsgUQP Ef3XXvqXtuKI0JwHAjq3jJvOuDghROk7rFEWxvQo9xlJ4LmXCVHQzc/5PE82dj0QTNKd IIqdxPiY3qrvmf7/DDTsoKs0q8+dm9ajjTymZM5hGS173w7EKoeSkaNJEFiJPPvWJ/AK jj20WJqAmAipG4RK1loz2KbZSKxGnQvKYTbkGhu5guwTZr0DAqoEpykpyDCXCZLrJHCU CIMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=gGMRFPPk8GD7uJobSPrfr0Ih0IJwTpfC+smHPKplJKU=; b=s0wG40diEdSDc8vLhk6mY0YDFLIIKDawMcU86/i9BHcDG5lElCmI7/i7vXZEutq7Ur ezRwsN7yyeMBVBImAfoe+gt4BvKFSMnuq3oMH/GL0GkkcnxYZyX68qSYiQWdl21gnaOW /bhYm81UfrTmTShKKKc7RnLjJh49LlE3L3Z43wWvqrRkjiVN449/ik8WM6sN7upW9VTM JkQ4I1jzalsDmYl5m+Q+fpwlZtHIku02O9aqEDqloMiRfmYK0b9T5iu06joOTUT0l2zH 5YTCU4Sx6+SoI00uOUP7NH7TLmXxsEK+H1bSPf7sTP56eWf9BUnj0SfvUTBcXLm9qNFs 3dQg== X-Gm-Message-State: AOAM530/JwJ7PNq2PCjAD3O/+fGaH1ppyDwEpMaSf5iXGDGlLqY3OLRr fh7kwlqw6zv9PDrkq3/dvmJdhFVEZRAbBbObhgfXoRDOYxRlbw== X-Google-Smtp-Source: ABdhPJwg0eKWCpGGb8OSCTuqMh8V8df6o7N5fj3jJGRRSw4odqU3r9Qo/LsZHroyEqAgOefBNG7zp8Gnv/Ec8672c+I= X-Received: by 2002:a4a:d213:: with SMTP id c19mr292927oos.30.1644010135842; Fri, 04 Feb 2022 13:28:55 -0800 (PST) MIME-Version: 1.0 References: <1848A8C9E0287E099824E0C4764A5D8C@eigenstate.org> In-Reply-To: <1848A8C9E0287E099824E0C4764A5D8C@eigenstate.org> From: Mehmet Erol Sanliturk Date: Sat, 5 Feb 2022 00:28:19 +0300 Message-ID: To: 9front@9front.org Content-Type: multipart/alternative; boundary="00000000000027728f05d737f09f" List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: flexible pipelining map/reduce manager Subject: Re: [9front] [NOOB ALERT] Use amd64 kernel? Reply-To: 9front@9front.org Precedence: bulk --00000000000027728f05d737f09f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sat, Feb 5, 2022 at 12:09 AM wrote: > Quoth Alexander Shendi : > > Hi, > > > > Should I use the amd64 kernel (9pc64) vs the 386 kernel (9pc) on a > machine with 2G RAM? > > > > TIA > > -- > > Diese Nachricht wurde von meinem Android-Ger=C3=A4t mit K-9 Mail gesend= et. > > > > Shouldn't matter. 386 has marginally more hardware > support, but if your hardware is supported, both > should work (and if it's not supported on amd64, > please complain!) > > amd64 or i386 usage with respect to bit size ( 64 bits versus 32 bits ) depends not on memory size but CPU kind / model . Please , first check your CPU for supported bit size . Memory for i386 is important when size of memory is greater than 4 Gigabytes ( as maximum supported memory size ) ( Consider https://en.wikipedia.org/wiki/Physical_Address_Extension Physical Address Extension ) . For amd64 , memory size is not important , BUT placement of memory chips on your main board is VERY important ( even for i386 ) . Please also check memory placement rules of your main board with respect to your memory chips . With my best wishes for all , Mehmet Erol Sanliturk --00000000000027728f05d737f09f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable


On Sat, Feb 5, 2022 = at 12:09 AM <ori@eigenstate.org> wrote:
Quo= th Alexander Shendi <Alexander.Shendi@web.de>:
> Hi,
>
> Should I use the amd64 kernel (9pc64) vs the 386 kernel (9pc) on a mac= hine with 2G RAM?
>
> TIA
> --
> Diese Nachricht wurde von meinem Android-Ger=C3=A4t mit K-9 Mail gesen= det.
>

Shouldn't matter. 386 has marginally more hardware
support, but if your hardware is supported, both
should work (and if it's not supported on amd64,
please complain!)


amd64 or i386 usage with res= pect to bit size ( 64 bits versus 32 bits )
depends not on m= emory size but=C2=A0 CPU kind / model .

= Please , first check your CPU for supported bit size .

<= /div>

Memory for i386 is important when size o= f memory is greater than 4 Gigabytes
( as ma= ximum supported memory size )

(

Consider

Physical = Address Extension

) .

For amd64 , memory size is not important ,=C2=A0 BUT= =C2=A0 placement of memory chips
on your main board is=C2=A0= VERY important ( even for i386 ) .
Please also check m= emory placement rules of your main board
with respect t= o your memory chips .


With my best wishes for all ,


=
Mehmet Erol Sanliturk

=




=C2=A0
--00000000000027728f05d737f09f--