public inbox for gentoo-laptop@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Vul" <andrey.vul@gmail.com>
To: gentoo-laptop@lists.gentoo.org
Subject: Re: [gentoo-laptop] Intel Core 2 Duo Processor
Date: Sat, 23 Jun 2007 20:54:49 -0400	[thread overview]
Message-ID: <e38d12ff0706231754sf6dee2dr4c1d3058c35c4a44@mail.gmail.com> (raw)
In-Reply-To: <8C91F70FDED0BD7-1CE0-3385@FWM-D32.sysops.aol.com>

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 <stdio.h>
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 <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



  parent reply	other threads:[~2007-06-24  0:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-10 20:31 [gentoo-laptop] tm
2007-02-15 23:34 ` [gentoo-laptop] Intel Core 2 Duo Processor sigfridov
2007-02-16  4:40   ` Alex Lo
2007-02-19  2:31     ` sigfrido V. Ortiz C.
2007-02-19 12:39       ` Boyd Stephen Smith Jr.
2007-02-19 15:00         ` sigfrido V. Ortiz C.
2007-02-19  3:54   ` Will Briggs
2007-06-24  0:54   ` Andrey Vul [this message]
2007-06-24  0:55     ` Andrey Vul

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e38d12ff0706231754sf6dee2dr4c1d3058c35c4a44@mail.gmail.com \
    --to=andrey.vul@gmail.com \
    --cc=gentoo-laptop@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox