|
You are here |
nathanchance.dev | ||
| | | | |
dominickm.com
|
|
| | | | | With Summer coming to a close I decided to take another surf on the WSL (Windows Subsystem for Linux) wave and in short was not disappointed. Technically there are two flavors of WSL, WSL 1 and WSL 2. WSL 1 is a translation layer that takes Linux system calls and converts them into Windows ones. [...] | |
| | | | |
blog.goodstuff.im
|
|
| | | | | ||
| | | | |
patrickwu.space
|
|
| | | | | ||
| | | | |
willhaley.com
|
|
| | | My instructions are based on this article for getting Arch to support the 88SE6145 SATA II PCI-E Marvell controller. That is one of two SATA controllers used by the Intel BOXD975XBX2KR LGA 775 Intel 975X ATX Intel Motherboard. Here is what we must do. Blacklist the Marvell PATA kernel module. # /etc/rc.conf MODULES=(... !pata_marvell) Enable Marvell AHCI module. # /etc/modprobe.d/modprobe.conf options ahci marvell_enable=1 Update ramdisk config. # /etc/mkinitcpio.conf MODULES="ahci" ... FILES="/etc/modprobe.d/modprobe.conf" Recreate ramdisk. | ||