-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDemo.ppr
133 lines (133 loc) · 2.23 KB
/
Demo.ppr
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
[Config]
Compilator.FileName=C:\NASM\NASM.exe
Compilator.PSPar=-l %Name%.lst %Name%%Ext%
Compilator.Log=%Name%.lst
Compilator.Run=CMD /c COPY %Name% %Name%.iso && COPY %Name% %Name%.flp && PAUSE
Compilator.SaveAll=1
Compilator.Capture=1
Compilator.ParsLog=%F:%L:* ; NASM
Compilator.HideOutput=1
Compilator.LogType=0
DefaultCPIndex=0
LogtoEnd=0
DontOpen=0
AbsolutePath=0
FileFormat=0
ProjectFilesOnly=0
[Project tree]
Demo
Demo.asm
Demo.inc
Demo.lst
Demo.map
Demo
-x86
x86\x86.inc
x86\EFlags.inc
x86\Seg.inc
x86\CR0.inc
x86\Desc.inc
x86\TSS.inc
x86\IVT.inc
-BIOS
BIOS\BIOS.inc
BIOS\A20.inc
BIOS\RAMMap.inc
BIOS\Key.inc
BIOS\VGA.inc
BIOS\Disk.inc
BIOS\MBR.inc
BIOS\BPB.inc
BIOS\MemMap.inc
-Dev
Dev\Dev.inc
Dev\A20.inc
Dev\PIC.inc
Dev\Timer.inc
Dev\Key.inc
Dev\VGA.inc
-Boot
Boot\Boot.inc
Boot\Entry.inc
Boot\CPU.inc
Boot\Load.inc
Boot\IDT.inc
Boot\RAM.inc
Boot\A20.inc
Boot\Key.inc
Boot\VGA.inc
Boot\PM.inc
Data.inc
+Ints
Ints\Ints.inc
Ints\IDT.inc
Ints\Vectors.inc
Ints\Fault.inc
Ints\Single.inc
-Debug
Ints\Debug\Debug.inc
Ints\Debug\Init.inc
Ints\Debug\Regs.inc
Ints\Debug\Show.inc
Ints\Debug\Key.inc
Ints\User.inc
Ints\IRQs.inc
Ints\Timer.inc
Ints\Key.inc
Ints\Util.inc
+User
User\User.inc
User\LDT.inc
User\Data.inc
User\Code.inc
User\Frame.inc
+Exec
Exec\Exec.inc
Exec\Init.inc
-Ints
Exec\Ints\Ints.inc
Exec\Ints\Trace.inc
Exec\Ints\Debug.inc
Exec\Ints\NoSeg.inc
Exec\Ints\Double.inc
Exec\Ints\BadStack.inc
Exec\Ints\BadTSS.inc
Exec\Ints\Fault.inc
Exec\PICs.inc
Exec\Timer.inc
Exec\Key.inc
+User
Exec\User\User.inc
Exec\User\LDT.inc
Exec\User\TSS.inc
+Alloc
Exec\Alloc\Alloc.inc
Exec\Alloc\RAM.inc
Exec\Alloc\DT.inc
Exec\Alloc\IDT.inc
Exec\Alloc\GDT.inc
Exec\Alloc\LDT.inc
Exec\Alloc\TSS.inc
Exec\LDT.inc
Exec\GDT.inc
+Pad
Pad\Sizes.inc
Pad\HardDisk.inc
-ISO
Pad\ISO\ISO.inc
Pad\ISO\Defn.inc
Pad\ISO\Primary.inc
Pad\ISO\Boot.inc
Pad\ISO\Terminator.inc
Pad\ISO\Catalog.inc
Pad\ISO\PathTable.inc
Pad\ISO\RootDir.inc
Pad\Floppy.inc
[Open project files]
0=Demo.asm
[Selected Project Files]
Main=Demo.asm
Selected=Demo.asm
[Demo.asm]
TopLine=1
Caret=1,1