You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/building/windows2003.html
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,11 @@ <h3>If you using Windows 2000 you need to set the USEUNSUPPORTEDOS=2195 for Wind
52
52
53
53
<p>To build the Operating System you first must install the DDK to make sure the NTMAKEENV environment vartible is set. Or set it yourself.</p>
54
54
55
-
<p>Before you run razzle decide if you want a managed or unmanged environment. By defualt it is managed and and it does use the Just In Time Compiler or prejit the environment. We'll get into the Shared Source Common Langauge Infustructure and your own URT later.</p>
55
+
<p>Before you run razzle decide if you want a managed or unmanged environment. By defualt it is managed and and it does use the Just In Time Compiler or prejit the environment. We'll get into the Shared Source Common Langauge Infustructure.</p>
56
+
57
+
<p>The following sets the unmangaed environment. You might want to make a standard URT.</p>
58
+
59
+
<pre>razzle no_urt offline</pre>
56
60
57
61
<p>You might want to build the 'buildnum' sdk tool to determine the build version</p>
0 commit comments