Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-laptop
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@... <sigfridov@...> 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@g.o mailing list
|
|