X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by mail.alpinelinux.org (Postfix) with ESMTP id 71A63BB3B9E for ; Thu, 19 May 2011 07:23:53 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id AEA17AE4002 for ; Thu, 19 May 2011 14:08:25 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xWueLf4UlI53 for ; Thu, 19 May 2011 14:08:24 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 76512AE4001 for ; Thu, 19 May 2011 14:08:24 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id 25D3260AF66D7 for ; Thu, 19 May 2011 14:08:24 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id EEE2960A7E2A7 for ; Thu, 19 May 2011 14:08:23 +0000 (UTC) Date: Thu, 19 May 2011 16:04:50 +0200 From: Natanael Copa To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] supporting older hardware (issue #628) Message-ID: <20110519160450.74f4322b@ncopa-desktop.nor.wtbts.net> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Hi, This is about: http://bugs.alpinelinux.org/issues/628 I have restored the CPU setting back to CONFIG_M586 as it was in alpine v2.1. -# CONFIG_M586 is not set +CONFIG_M586=y # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set -CONFIG_M686=y +# CONFIG_M686 is not set I also did this: -# CONFIG_X86_GENERIC is not set +CONFIG_X86_GENERIC=y I have earlier set back the memory model to FLATMEM instead of SPARSEMEM (seems like thats what we had in v2.1 too). According pipacs (PaX developer) this could have been the reason we had issues with the 2.6.38 kernels. If there are anything I have missed or there are some good reasons why it was changed to M686 and SPARSEMEM, then please let me know. For now those changes are only in edge/testing. If they show to be good, then I'll probably do the same changes in v2.2. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---