初始化

This commit is contained in:
2026-04-09 21:47:13 +08:00
commit cb952965e6
37 changed files with 1304 additions and 0 deletions

6
ramdisk/README.txt Normal file
View File

@@ -0,0 +1,6 @@
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

0
ramdisk/driver/.keep Normal file
View File

0
ramdisk/shell/.keep Normal file
View File

0
ramdisk/system/.keep Normal file
View File

0
ramdisk/temp/.keep Normal file
View File