-
Notifications
You must be signed in to change notification settings - Fork 7
/
boot.rc.wintv_file
59 lines (45 loc) · 1.3 KB
/
boot.rc.wintv_file
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
#######################
# 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 WinTV]
StartClass = test/wintv/BttvDomain
InitLib = test_wintv.jll
Args = Framegrabber
[Component Framebuffer]
StartClass = jx/fb/StartFBDevice
InitLib = fb_devices.jll
Args = FB, jx/devices/fb/emulation/EmulFBFinder, fb_emul.jll, 279, null
[Component WinTVFileTest]
StartClass = test/wintv/file/Main
InitLib = test_wintv_file.jll
Args = Framegrabber, FB, NTSC, -, NOCTRL, -, chinch, -, WinTV-IRReceiver, BIO
[Component Timer]
InitLib = timer_pc.jll
StartClass = timerpc/StartTimer
Args = TimerManager
[Component BioRAM]
InitLib = bio_ram.jll
StartClass = bioram/Main
Args = BIO
[Component BioIDE]
InitLib = bio_ide.jll
StartClass = bioide/Main
Args = TimerManager, BIO, 0, 2
#######################
# Domains
#######################
[Domain]
Name = All
HeapSize = 20000000
CodeSize = 500000
Components = PCI, Framebuffer, Timer, WinTV, WinTVFileTest, BioIDE