# Framework Desktop - [Framework Desktop](#framework-desktop) - [BIOS](#bios) - [References](#references) - [Notes](#notes) - [Firmware and Kernel](#firmware-and-kernel) - [Kernel args](#kernel-args) - [AI](#ai) ## BIOS 1. Set GPU memory to 512MB ## References ## Notes ### Firmware and Kernel See: Current stable is kernel 6.18.3-200 with linux-firmware 20251111 ### Kernel args Edit /etc/default/grub and add the following: ```conf amd_iommu=off amdgpu.gttsize=126976 ttm.pages_limit=32505856 ``` Then `grub2-mkconfig -o /boot/grub2/grub.cfg` and `reboot`. ## AI See [Self Hosted AI Stack](/active/software_ai_stack/ai_stack.md)