mirror of
https://github.com/Leonmmcoset/cleonos.git
synced 2026-04-21 18:44:01 +00:00
11 lines
345 B
Plaintext
11 lines
345 B
Plaintext
CLeonOS ramdisk root layout
|
|
|
|
/system : kernel-mode ELF apps and core system components
|
|
/shell : user shell and command ELF apps
|
|
/temp : runtime temp/cache files
|
|
/driver : hardware and peripheral drivers
|
|
/dev : device interface nodes (/dev/tty, /dev/null, /dev/zero, /dev/random)
|
|
|
|
Root ELF demos:
|
|
/hello.elf : Hello world user ELF
|