This commit is contained in:
2026-04-18 18:03:52 +08:00
parent 97a65b3580
commit 8803d5a5d4
15 changed files with 138 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ CLeonOS ramdisk root layout
/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