Files
cleonos/ramdisk
2026-04-21 02:12:12 +08:00
..
2026-04-21 02:12:12 +08:00
2026-04-18 18:03:52 +08:00
2026-04-09 21:47:13 +08:00
2026-04-14 18:28:29 +08:00
2026-04-12 17:47:16 +08:00
2026-04-09 21:47:13 +08:00
2026-04-20 21:53:28 +08:00
2026-04-18 18:03:52 +08:00
2026-04-18 14:29:24 +08:00

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