Advertisement
SpiderLordCoder1st

Untitled

May 25th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. cd /opt/linux
  2. cat > .config-fragment << EOF
  3. CONFIG_ARM64_VA_BITS_48=y
  4. EOF
  5. ./scripts/kconfig/merge_config.sh .config .config-fragment
  6. make -j4 Image.gz modules dtbs
  7. # follow the rest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement