-
Notifications
You must be signed in to change notification settings - Fork 7
/
boot.rc.rdp.embed
44 lines (35 loc) · 973 Bytes
/
boot.rc.rdp.embed
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
#######################
# Global configuration
#######################
[Global]
#InstallNaming = jx/init/InitNaming
#SecurityManagerLib = secmgr_impl.jll
#SecurityManagerClass = jx/secmgr/SecMgr
#######################
# Components
#######################
[Component Timer]
InitLib = timer_pc.jll
StartClass = timerpc/StartTimer
Args = TimerManager
[Component NetDevices]
InitLib = net_devices.jll
StartClass = jx/net/StartNetDevice
Args = NIC, eth0, 8:0:6:28:63:40
[Component NetProtos]
InitLib = net_protocols.jll
StartClass = jx/net/protocols/StartNetworkProtocols
Args = NIC, TimerManager, NET
[Component RDP]
StartClass = jx/rdp/Rdesktop
InitLib = rdp_pure.jll
Args = 192.168.34.11
#######################
# Domains
#######################
[Domain]
Name = "RDPDomain"
HeapSize = 30000000
CodeSize = 100000
#Components = Timer, NetDevices, NetProtos, RDP
Components = RDP