Files
cleonos/ramdisk/README.txt

11 lines
345 B
Plaintext
Raw Normal View History

2026-04-09 21:47:13 +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
2026-04-12 19:31:01 +08:00
/driver : hardware and peripheral drivers
2026-04-18 18:03:52 +08:00
/dev : device interface nodes (/dev/tty, /dev/null, /dev/zero, /dev/random)
2026-04-12 19:31:01 +08:00
Root ELF demos:
/hello.elf : Hello world user ELF