From 42c761ab8a929dc301838c393b8ef9832dcf85e7 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 6 Apr 2022 11:30:01 -0400 Subject: [PATCH] Update for 06-04-22 11:30 --- tech/unix.wiki | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tech/unix.wiki b/tech/unix.wiki index b584c4a..8862473 100644 --- a/tech/unix.wiki +++ b/tech/unix.wiki @@ -30,6 +30,11 @@ The bell labs proposal for the best OS design ever - [[kernel#Updating the kernel]] - Steps to update the kernel * [[cross_toolchain|Cross toolchain]] - Setting up a cross compiling toolchain +== Artix == + +* When in doubt and when kernel API mismatch happens, try + `sudo pacman -S linux-headers` as well as `sudo mkinitcpio -p linux` + == Cool stuff == * [[wireless_usb]]