-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathboot.rc.wm_fs_shell
53 lines (41 loc) · 1.23 KB
/
boot.rc.wm_fs_shell
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
#######################
# Global configuration
#######################
[Global]
InstallNaming = jx/init/InitNaming
#SecurityManagerLib = secmgr_impl.jll
#SecurityManagerClass = jx/secmgr/SecMgr
#######################
# Components
#######################
[Component PCI]
InitLib = pci_pc.jll
StartClass = jx/devices/pci/PCIGod
[Component Framebuffer]
StartClass = jx/fb/StartFBDevice
InitLib = fb_devices.jll
Args = FB, jx/devices/fb/emulation/EmulFBFinder, fb_emul.jll, 279, null, jx/devices/fb/mga/MGA200Finder, mga_hw.jll, null, jx/devices/fb/vmware/VMWareSVGAFinder, fb_vmware.jll, null
[Component WindowManager]
StartClass = jx/wm/WindowManagerDomain
InitLib = wm_impl.jll
[Component WindowStream]
StartClass = jx/start/ShellWindow
InitLib = window_starter.jll
Args = WinStream
[Component FSShell]
StartClass = jx/fsshell/Main
InitLib = fsshell.jll
Args = WinStream, FS
#######################
# Domains
#######################
[Domain]
Name = AllDomain
HeapSize = 30000000
CodeSize = 100000
Components = PCI, Framebuffer, WindowManager
[Domain]
Name = Window
HeapSize = 30000000
CodeSize = 100000
Components = WindowStream, FSShell