mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Implement SparkOS MVP: init system, build infrastructure, and rootfs
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
18
rootfs/README.txt
Normal file
18
rootfs/README.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
SparkOS Root Filesystem
|
||||
=======================
|
||||
|
||||
This is the root filesystem for SparkOS, a minimal Linux distribution.
|
||||
|
||||
Directory Structure:
|
||||
/bin, /sbin - Essential binaries
|
||||
/etc - Configuration files
|
||||
/proc, /sys, /dev - Kernel interfaces
|
||||
/tmp - Temporary files
|
||||
/usr - User programs
|
||||
/var - Variable data
|
||||
/root - Root home directory
|
||||
/home - User home directories
|
||||
|
||||
Note: This is a minimal system. You'll need to populate /bin and /usr/bin
|
||||
with actual binaries (bash, coreutils, etc.) from a proper Linux system
|
||||
or by cross-compiling.
|
||||
Reference in New Issue
Block a user