minix/drivers/ramdisk/proto
Kees Jongenburger aacce8f40c ramdisk:replace proto.sh by the c processor.
Replace proto.sh by the c processor to generate proto.gen in order
for us to have a more flexible way of selecting the files we want
in the ramdisk.

Change-Id: Id82b9f1b73b498c4d885bb3156fcefaeb9d157e0
2013-01-13 17:00:13 +01:00

43 lines
742 B
Plaintext

boot
0 0
d--755 0 0
bin d--755 0 0
cdprobe ---755 0 0 cdprobe
#if RAMDISK_SMALL == 1
fsck.mfs ---755 0 0 fsck.mfs
#endif
mount ---755 0 0 mount
sh ---755 0 0 sh
service ---755 0 0 service
sysenv ---755 0 0 sysenv
$
sbin d--755 0 0
floppy ---755 0 0 floppy
ahci ---755 0 0 ahci
at_wini ---755 0 0 at_wini
#if RAMDISK_SMALL == 1
ext2 ---755 0 0 ext2
#endif
mfs ---755 0 0 mfs
procfs ---755 0 0 procfs
$
usr d--755 0 0
bin d--755 0 0
loadramdisk ---755 0 0 loadramdisk
$
sbin d--755 0 0
#if RAMDISK_INC_ACPI == 1
acpi ---755 0 0 acpi
#endif
pci ---755 0 0 pci
$
$
dev d--755 0 0
#include "proto.dev"
$
#include "proto.common.etc"
#if RAMDISK_DYNAMIC == 1
#include "proto.common.dynamic"
#endif
$