minix/minix/drivers/storage/ramdisk/proto
Lionel Sambuc 50a1aef12b Move all services to /service
This concerns all services, a.k.a drivers, filesystem drivers, network
(inet, lwip, uds) servers, and the system servers.

Change-Id: I626fd15c795e15af42df2d10d47fb4a703665d63
2014-07-31 16:00:31 +02:00

57 lines
989 B
Plaintext

boot
0 0
d--755 0 0
bin d--755 0 0
#ifdef __i386__
cdprobe ---755 0 0 cdprobe
#endif
sysenv ---755 0 0 sysenv
#if RAMDISK_SMALL == 1
fsck_mfs ---755 0 0 fsck_mfs
#endif
mount ---755 0 0 mount
umount ---755 0 0 umount
grep ---755 0 0 grep
sh ---755 0 0 sh
service ---755 0 0 service
$
service d--755 0 0
#ifdef __i386__
floppy ---755 0 0 floppy
ahci ---755 0 0 ahci
virtio_blk ---755 0 0 virtio_blk
at_wini ---755 0 0 at_wini
pckbd ---755 0 0 pckbd
#if RAMDISK_SMALL == 1
ext2 ---755 0 0 ext2
#endif
#endif
#ifdef __arm__
mmc ---755 0 0 mmc
#endif
mfs ---755 0 0 mfs
procfs ---755 0 0 procfs
input ---755 0 0 input
#ifdef __i386__
#if RAMDISK_INC_ACPI == 1
acpi ---755 0 0 acpi
#endif
pci ---755 0 0 pci
#endif
$
usr d--755 0 0
bin d--755 0 0
loadramdisk ---755 0 0 loadramdisk
$
$
proc d--755 0 0
$
dev d--755 0 0
#include "proto.dev"
$
#include "proto.common.etc"
#if RAMDISK_DYNAMIC == 1
#include "proto.common.dynamic"
#endif
$