Fixed /dev/dri and added VESA support

This commit is contained in:
Alexander Hill
2025-07-25 23:25:58 -04:00
parent cf61e69bcd
commit c12534c92b
5 changed files with 57 additions and 114 deletions

View File

@@ -143,6 +143,6 @@ Maple Linux uses a slightly different filesystem hierarchy compared to most Linu
- `/bin` - This is the canonical location for all system-level binaries. Paths such as `/sbin`, `/usr/bin`, and `/usr/sbin` should be considered legacy. See also: https://lists.busybox.net/pipermail/busybox/2010-December/074114.html
- `/boot` - This is the mount point for the EFI System Partition
- `/lib` - This is the canonical location for all system-level libraries. Paths such as `/usr/lib` should be considered legacy.
- `/lib` - This is the canonical location for all system-level libraries. Paths such as `/usr/lib` and `/usr/libexec` should be considered legacy.
Many of alternative paths are symlinked for compatibility's sake.