View previous topic :: View next topic |
Author |
Message |
almahdi n00b
Joined: 25 Sep 2020 Posts: 35
|
Posted: Sat Jun 11, 2022 4:57 pm Post subject: On AMD binary specific kernel |
|
|
Anyone have (compiled) an AMD binary specific kernel, preferably Liquorix, so that'd share it to me sincerely ?
The AMD is bulldozer by codename though forget the way GCC can retrieve that
Code: |
$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 21
model : 48
model name : AMD A10-7300 Radeon R6, 10 Compute Cores 4C+6G
stepping : 1
microcode : 0x6003109
|
Thanks before |
|
Back to top |
|
|
alamahant Advocate
Joined: 23 Mar 2019 Posts: 3950
|
Posted: Sat Jun 11, 2022 5:25 pm Post subject: |
|
|
Yes
Code: |
USE="experimental" emerge -1av gentoo-sources
|
Then in .config plz have
Code: |
CONFIG_MNATIVE_AMD=y
|
Make sure you have -march=native in make.conf or more specific. _________________
|
|
Back to top |
|
|
|