xref: /minix/minix/drivers/storage/ramdisk/proto (revision 7f5f010b)
1boot
20 0
3d--755 0 0
4	bin d--755 0 0
5#ifdef __i386__
6		cdprobe ---755 0 0 cdprobe
7#endif
8		sysenv ---755 0 0 sysenv
9#if RAMDISK_SMALL == 1
10		fsck_mfs ---755 0 0 fsck_mfs
11#endif
12		mount ---755 0 0 mount
13		umount ---755 0 0 umount
14		grep ---755 0 0 grep
15		sh ---755 0 0 sh
16		service ---755 0 0 service
17	$
18	service d--755 0 0
19#ifdef __i386__
20		floppy ---755 0 0 floppy
21		ahci ---755 0 0 ahci
22		virtio_blk ---755 0 0 virtio_blk
23		at_wini ---755 0 0 at_wini
24		pckbd ---755 0 0 pckbd
25#if RAMDISK_SMALL == 1
26		ext2 ---755 0 0 ext2
27#endif
28#endif
29#ifdef __arm__
30		mmc ---755 0 0 mmc
31#endif
32		mfs ---755 0 0 mfs
33		procfs ---755 0 0 procfs
34		input ---755 0 0 input
35#ifdef __i386__
36#if RAMDISK_INC_ACPI == 1
37		acpi ---755 0 0 acpi
38#endif
39		pci ---755 0 0 pci
40#endif
41	$
42	usr d--755 0 0
43		bin d--755 0 0
44			loadramdisk ---755 0 0 loadramdisk
45		$
46	$
47	proc d--755 0 0
48	$
49	dev d--755 0 0
50#include "proto.dev"
51	$
52#include "proto.common.etc"
53#if RAMDISK_DYNAMIC == 1
54#include "proto.common.dynamic"
55#endif
56$
57