compilling a kernel on xfs with FX8 Zambezi 32nm AMD
Hi what is best compiler for xfs file system ??
There is some compiling details about file system ??? Where add a flags of cpu in Debian system ???
In rc.local and in /root/.bashrc ?? It is correct ???
Where i find a chipset setting in kernel menu ??
Where i find a sata module in kernel menu ???
What flags to compile set to better firefox performance ???
What instructions of cpu use firefox und chromium ?
Any tweaks for AMD chipset from 2009 year RS880 ?? in Debian ..
/root/.bashrc
export CHOST="x86_64 debian PL"
export CFLAGS="-O3 -march=bdver1 -pipe mmx sse mmx sse AVX128"
export COMMON_FLAGS="-O3 -march=bdver1 -mtune=bdver1 -pipe mmx sse mmx sse AVX1$
export CFLAGS="${COMMON_FLAGS}"
export CXXFLAGS="-O3 -march=bdver1 -mtune=bdver1 -pipe"
export LDFLAGS="-Wl,-O1 -Wl,--as-needed"
export ACCEPT_KEYWORDS="~amd64"
export MAKEOPTS="-j9"
export VIDEO_CARDS="GT218"
export ALSA_CARDS="ALC887-VD"
export INPUT_DEVICES="evdev keyboard mouse"
export LINGUAS="PL"
export USE="openbox lxpanel moc xfe leafpad libreoffice nano leafpad NetworkMan$
XKBOPTIONS="terminate:ctrl_alt_bksp"
HISTSIZE=1000000
HISTFILESIZE=200000
|