2 repositorios
Settings and drivers used to determine how the initial system image is mounted during the boot process.
Distinct from Filesystem Mounting: Distinct from general filesystem mounting as it specifically concerns the boot-time selection of image types and external boot storage.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Boot Filesystem Configurations. Refine with filters or upvote what's useful.
OSV is a unikernel operating system and cloud-native execution environment designed to run as a secure microVM on hypervisors such as KVM, Firecracker, Xen, and VMware. It functions as a Linux binary compatible runtime, allowing unmodified Linux binaries to be executed as secure microVMs without requiring recompilation. The project distinguishes itself through its ability to package applications into minimal bootable images and its provide of a virtual machine management API. This REST interface enables remote monitoring of system health, management of execution traces, and control over guest
Allows selecting the filesystem type for application images or mounting external storage via NFS and Virtio-FS during boot.
Limine is a multiprotocol operating system bootloader that bridges low-level hardware initialization and system software across legacy BIOS and modern UEFI firmware environments. It executes directly on bare-metal hardware without an underlying operating system kernel or standard C library, parsing storage media and filesystems during the early boot sequence before OS drivers load. The software targets diverse processor architectures including x86, ARM, RISC-V, and LoongArch through discrete target binaries built from shared source code. It reads files directly from FAT and ISO9660 storage f
Reads files directly from raw storage formats and standard filesystems during early boot.