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 1I2GOn-0003jw-IN for garchives@archives.gentoo.org; Sun, 24 Jun 2007 00:56:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l5O0soGP012484; Sun, 24 Jun 2007 00:54:50 GMT Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l5O0sn5i012476 for ; Sun, 24 Jun 2007 00:54:50 GMT Received: by wa-out-1112.google.com with SMTP id k34so1246331wah for ; Sat, 23 Jun 2007 17:54:49 -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=OVl0/RfGA0izNDYKs5sKI6PzM9vN5sXjVn2/01zKEkvzEZToCI+OHyq0pOyyzbCCUnofigGuVjPHEDVocqvRRd5foxqIdIK8lhgFN4O2mmzovmbzlgCRvoiMhv9uxfhfzGiCA9KolFcH0ajdRFDWYqoZZ2UhCGOh/3e8zjR6C3w= 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=HPgliItsLkLBt3/N++3G3kqCpBKcsquIRQB9rcU0gqD+LL6m8PI46iaL5ix+pZ+a/yps3kCa4qubdgMlZnx/e+duX1w4wQ6D7myJqIH6GfP9R5BwmprESCR4sA7ErdUqG2K5i+E8wmEQVclDiij22goEMGJDgtZnzPZRlr+1n7I= Received: by 10.142.107.1 with SMTP id f1mr104163wfc.1182646489111; Sat, 23 Jun 2007 17:54:49 -0700 (PDT) Received: by 10.143.17.17 with HTTP; Sat, 23 Jun 2007 17:54:49 -0700 (PDT) Message-ID: Date: Sat, 23 Jun 2007 20:54:49 -0400 From: "Andrey Vul" To: gentoo-laptop@lists.gentoo.org Subject: Re: [gentoo-laptop] Intel Core 2 Duo Processor In-Reply-To: <8C91F70FDED0BD7-1CE0-3385@FWM-D32.sysops.aol.com> 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: 13690a1d-423a-48d5-be4f-50141db5adcb X-Archives-Hash: 817caefc3bb183cc45f19cdcda099b3d 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"); 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 -- gentoo-laptop@gentoo.org mailing list