banan-os/kernel/kernel/FS
Bananymous 957df08932 Kernel: root command line option can be specified as an UUID
Format is the same as in linux
root=UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

This makes it easier to boot when computer has multiple disks installed
2024-08-14 13:23:27 +03:00
..
DevFS Kernel: Add nice debug prints for device addition/removal 2024-08-14 13:23:27 +03:00
Ext2 All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
FAT All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
ProcFS Kernel: Expose /proc/meminfo and fix /proc/<pid>/meminfo 2024-08-09 15:58:56 +03:00
TmpFS All: Fix a lot of compiler warnings from header files 2024-06-18 23:02:10 +03:00
FileSystem.cpp Kernel: Implement read-only FAT12/16/32 driver with long name support 2024-06-14 01:04:12 +03:00
Inode.cpp Kernel: Don't validate O_SEARCH for non-directories 2024-06-25 19:27:55 +03:00
Pipe.cpp Kernel: Rewrite pipes 2024-08-09 16:50:19 +03:00
VirtualFileSystem.cpp Kernel: root command line option can be specified as an UUID 2024-08-14 13:23:27 +03:00