You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed arti
Submission declined on 7 July 2026 by Bobby Cohn (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
| LiberSystem | |
|---|---|
| Developer | LiberSoft |
| Written in | Rust |
| Source model | Open source |
| Supported platforms | x86-64, AArch64, riscv64 |
| Kernel type | Microkernel |
| License | Unlicense |
| Official website | libersystem |
LiberSystem is an open-source operating system written in Rust. It uses a microkernel architecture, a capability-based security model, typed object interfaces, isolated system services, and device drivers running outside the kernel.[1][2]
LiberSystem is not a Linux distribution and is not primarily designed as a Unix-compatible operating system. It does not use a global root file system tree, Unix-style pseudo-filesystems such as /proc, /sys and /dev, mount points, or the principle that "everything is a file". Instead, it uses a typed object and capability model in which authority over a resource is represented by an explicitly passed capability.[2]
LiberSystem is intended for system software development, appliance-like deployments, edge scenarios, security research, and experimental operating-system development.[2]
Its main design features include:[2]
The LiberSystem kernel is a small microkernel responsible for memory management, scheduling, inter-process communication, capabilities, controlled access to hardware, and cleanup of resources after process failure. File systems, the network stack, graphics subsystem, audio stack, package manager, and ordinary device drivers are implemented outside the kernel as separate user-space services or drivers.[2]
The kernel works with processes, address spaces, handles, capabilities, IPC channels, and domains used for isolation and resource accounting. It is designed for multiprocessor environments.[2]
LiberSystem's security model is based on the principle of "no ambient authority". A process can access only resources for which it has received an explicit capability. A capability is an unforgeable authority over an object, while a handle is a concrete entry in a process handle table.[3]
The system distinguishes trusted components, such as the kernel, boot chain and PermissionManager, from untrusted components, including applications, drivers and data crossing security boundaries. Its test suite includes checks for handle rights enforcement, capability attenuation, rejection of invalid system calls, and crash isolation.[3]
The basic communication object in LiberSystem is a channel. Small messages are sent directly as IPC messages, while larger data is passed through handles to shared or DMA buffers. The kernel IPC model is asynchronous and non-blocking, with synchronously behaving client APIs generated above it.[2]
System interfaces are described using LSIDL, the LiberSystem Interface Definition Language. LSIDL is used to generate a binary wire codec, client and server Rust code, command-line formatters, JSON and CBOR representations, documentation, and compatibility tests.[4]
The generated reference for the liber:system@1 package includes interfaces for logging, storage, devices, processes, configuration, networking, time, audio, input, the system graph, the permission manager, and resource management.[5]
LiberSystem separates system services from the kernel. The boot process starts the SystemManager, ServiceManager, DeviceManager, and core services. The ServiceManager starts, stops, and restarts services, while the DeviceManager detects devices and grants drivers only the device capabilities they require.[2]
Development and testing are primarily performed in QEMU/KVM environments using virtio drivers. The system also includes USB-related drivers.[1]
The application model combines a native typed capability IPC/ABI with a WebAssembly/WASI host. The native ABI is the stable base contract of the system, while the WebAssembly Component Model and WASI provide an application-hosting layer.[2]
WebAssembly/WASI is used for sandboxing, language neutrality, and application portability across CPU architectures. WASI is not the complete operating-system interface, but one layer above the stable native contract.[2]
LiberSystem does not use the traditional Unix model of a single global file-system tree with mounted file systems. Its storage model distinguishes between physical disks, partitions, volumes, and paths inside a specific volume. The canonical address of data is tied to the identity of a volume, for example using a form such as vol://<volume-id>/path/to/file.[2]
The native file system of LiberSystem is LiberFS. LiberFS is a writable copy-on-write disk format with extent-mapped files, block checksums, and snapshots. It is designed for virtual-machine and appliance scenarios, and intentionally omits several complex features found in file systems such as ZFS or Btrfs, including RAID, deduplication, quotas, and on-disk permissions. Authorization is handled by the operating system's capability layer rather than by the file system itself.[6]
LiberSystem is released under the Unlicense. The license allows copying, modification, publication, use, compilation, sale, and distribution of the source code or binary form for commercial or non-commercial purposes, to the extent permitted by law.[7]
Category:Operating systems Category:Free software operating systems Category:Microkernel-based operating systems Category:Software using the Unlicense Category:Rust (programming language) software
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- provide significant coverage: discuss the subject in detail, not just brief mentions or routine announcements;
- are reliable: from reputable outlets with editorial oversight;
- are independent: not connected to the subject, such as interviews, press releases, the subject's own website, or sponsored content.
Please add references that meet all three of these criteria. If none exist, the subject is not yet suitable for Wikipedia.