forked from os-module/domains
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdomain-list.toml
77 lines (75 loc) · 1.22 KB
/
domain-list.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[domains]
members = [
"plic",
"syscall",
"task",
"vfs",
"buf_uart",
"buf_input",
"cache_blk",
"goldfish",
"null",
"random",
"shadow_blk",
"sshadow_blk",
"uart16550",
"virtio_mmio_block",
"virtio_mmio_net",
"virtio_mmio_input",
"virtio_mmio_gpu",
"devfs",
"fatfs",
"pipefs",
"ramfs",
"sysfs",
"procfs",
"fifo_scheduler",
"random_scheduler",
"logger",
"xlogger",
"net_stack",
"domainfs",
"vfs2",
"loopback",
"uart8250",
"mem_block",
"vf2_sd",
]
init_members = [
"plic",
"syscall",
"task",
"vfs",
"buf_uart",
"buf_input",
"cache_blk",
"goldfish",
"null",
"random",
"shadow_blk",
"uart16550",
"virtio_mmio_block",
"devfs",
"fatfs",
"pipefs",
"ramfs",
"sysfs",
"procfs",
"fifo_scheduler",
"logger",
"net_stack",
"domainfs",
"uart8250",
"mem_block",
"vf2_sd"
]
disk_members = [
"sshadow_blk",
"virtio_mmio_gpu",
"virtio_mmio_input",
"virtio_mmio_net",
"random_scheduler",
"xlogger",
"vfs2",
"loopback"
]