AsahiLinux / linux

Linux kernel source tree
Other
2.35k stars 90 forks source link

Linux paging support #306

Closed predator-111 closed 4 months ago

predator-111 commented 4 months ago

Hi, I am new to Linux. Can anyone please suggest a way to run updated version of Linux with 3 level of paging with RISC-V architecture. By default it supports 5 level of paging. I want to compile this for a specific hardware which supports 3 level of page table only.

jannau commented 4 months ago

This is a very risc-v specific question. It's verly unlikely someone here can answer this. This project / repository is specifically for supporting Apple Silicon SoCs (ARMv8/9 based) in linux.

The best alternative I can think of is the linux-riscv mailing list but there might be better alternatives for the platform you're looking at.