From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1I2GPx-00077r-Th for garchives@archives.gentoo.org; Sun, 24 Jun 2007 00:57:30 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5O0tkwt013555; Sun, 24 Jun 2007 00:55:46 GMT Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.230]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5O0tiB5013515 for ; Sun, 24 Jun 2007 00:55:45 GMT Received: by nz-out-0506.google.com with SMTP id n1so1165717nzf for ; Sat, 23 Jun 2007 17:55:44 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=irz/W7Lne4DtuHOAhFHhA2IJd9Zyfz5FMykcFWofiOqnwtnESSYyS1BQ7HQ4+A+QRNZlfXVk3QyMDQObQ2SNDga1ox2slPFpU3TbzMHnyKDFHA1amIoE1YrHV4hnIe8yWzTieUckVeotoAZo8qvP7qxJG1tYJVyof2HLif32FgA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=txUvgxP+S0xcb+Q137Ww5tg3X/j4lT6Ii4iCRKin56r3esJVfmsxGvYrDBPcWRCWKN214zM717a9OJ8UL5OF+ygRQL6bdswnsOzBiLSR3zdSczB5gHEJBm+MkOWbnr9FqHRQXx8TMXjKBt6en/X8HFBYKzpe3Rb75iwmnRVGKhI= Received: by 10.142.49.4 with SMTP id w4mr104343wfw.1182646543921; Sat, 23 Jun 2007 17:55:43 -0700 (PDT) Received: by 10.143.17.17 with HTTP; Sat, 23 Jun 2007 17:55:43 -0700 (PDT) Message-ID: Date: Sat, 23 Jun 2007 20:55:43 -0400 From: "Andrey Vul" To: gentoo-laptop@lists.gentoo.org Subject: Re: [gentoo-laptop] Intel Core 2 Duo Processor In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-laptop@gentoo.org Reply-to: gentoo-laptop@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070210203148.GA26439@rinjin.pri.ee> <8C91F70FDED0BD7-1CE0-3385@FWM-D32.sysops.aol.com> X-Archives-Salt: 25026855-014b-4640-b458-5135d6f3a474 X-Archives-Hash: 9fa2060a6cc5eb22f5a60bd7fb4339e3 On 6/23/07, Andrey Vul wrote: > I personally used the minimal cd to install, but I'm also a person who > uses stage1 installs :P > basically, livecd=noob and minimal=tech > > I wouldn't recommend the minimal cd at all if you don't have console > experience (partitioning, text editing, unpacking packages) because a > typo can make your computer unbootable. > > If you have Visual Studio 2005 (even vc++ express edition), compile > this code to check for em64t: > /* check_em64t.c */ > #include > int main() { > unsigned __int32 reg; > __asm { > mov eax, 80000001h > cpuid > mov reg, edx > } > if (reg & (1 << 29)) > preintf("You have EM64T support\n"); typo fix: printf NOT preintf > return 0; > } > /* EOF */ > Email me if your version of visual studio is express or pro/team edition > i'll reply with specific compilation instructions > > On 2/15/07, sigfridov@aim.com wrote: > > > > Hi friends, > > sorry by maybe stupid question, but I'm a little confused with the LIVECD or > > minimal CD that I have to download to install Gentoo in a Laptop Satellite > > U205-S5057 whit Intel Core 2 Duo Processors for 64 bit? > > Some experience before? > > Thanks in advance > > Sigfrido > > > > El amor es una caceria en la que el cazador se hace perseguir por la > > presa... > > > > ________________________________ > > Check Out the new free AIM(R) Mail -- 2 GB of storage and industry-leading > > spam and email virus protection. > > > > --------------------- > Andrey Vul > -- --------------------- Andrey Vul -- gentoo-laptop@gentoo.org mailing list