阅读:9775回复:22
nt4 compile 总结
编译的一些总结和编译的文件,供参考
|
|
沙发#
发布于:2004-10-10 10:00
先下载,慢慢看,谢
|
|
板凳#
发布于:2004-10-10 10:30
好东西,sc
|
|
|
地板#
发布于:2004-10-10 11:45
不错,不过能再详细点吗??
|
|
|
地下室#
发布于:2004-10-10 14:26
To compile NT4 source code, you need make some prepare:
1.read the doc nt4\private\sdktools\build\docs\build.doc to learn about what environment to set and what's meaning the variable options mean. 2.do place the source code in d:\nt4\... because many "sources" files reference to this directory path directly. if you do not agree with this, you must change all of them to yourself directory. 3.you need install visual c++ 6.0 in your computer. for operating system, I use Windows XP, but I think Windows 2000 is OK as well. 4.compile nt4\private\sdktools\.. tools, and place these tools into nt4\public\tools directory. at least you need chmode.exe cl16.exe ech.exe gensrv.exe hextract.exe hsplist.exe listmung.exe masm386.exe strcto.exe touch.exe wcshdr.exe ws2hdr.exe ... Have a try to compile these tools as many as you can. You can also find these tools from other sources such as Microsoft's SDK, DDK. 5.install ddk in your computer, I installed Windows 2000 ddk and I use "build.exe" in it. in fact, the process to compile driver is similar to compile NT4 OS. 6. because ntdbg.h is corrupt, it will bring many problem to you. if somebody can reconstruct it, please tell me and place it here. I think it is possible to recontruct it. At this time, you can change some content to fool compiler. comments what compiler can't process. It will not impact the compile process though it is a very bad thing. 7.the process of compile need your nt4 directory tree is readable and writable. Please ensure that you get rid of read-only attribute for all the file. when somebody prepare all these, you can tell me and I will give you more details. I have not Windows NT4's SDK. Can somebody provide one piece to me? I think it will be helpful if I have it. |
|
5楼#
发布于:2004-10-12 22:03
顶一下
|
|
6楼#
发布于:2004-10-14 15:45
非常好,应该鼓励。
我不知你说的SDK是否就是Platform SDK? 如果是我这里有。 |
|
|
7楼#
发布于:2004-10-14 17:38
是nt4 platform sdk
|
|
8楼#
发布于:2005-03-15 10:19
哪位有NT4的源代码〉给我发一份谢谢。我愿意出500分
|
|
|
9楼#
发布于:2005-07-16 03:52
哈哈,顶啊。
|
|
10楼#
发布于:2007-03-20 23:18
haodongxi
|
|
11楼#
发布于:2007-03-21 21:39
好好66666
|
|
12楼#
发布于:2007-03-29 13:46
ntdbg.h完全可以从其他的代码中恢复。在替换核心时,hal.dll, win32k.sys, ntoskrnl.exe必须同时替换,成功引导是完全没有问题的,大家可以试一试
|
|
13楼#
发布于:2007-03-29 13:47
ntdbg.h完全可以从其他的代码中恢复。在替换核心时,hal.dll, win32k.sys, ntoskrnl.exe必须同时替换,成功引导是完全没有问题的,大家可以试一试
|
|
14楼#
发布于:2007-03-30 16:26
try.
|
|
15楼#
发布于:2008-09-21 17:50
学习一下
|
|
16楼#
发布于:2008-10-19 04:35
附件重发下
|
|
|
17楼#
发布于:2009-08-05 10:01
这里提供的NT4的源代码好像都下不了
|
|
18楼#
发布于:2010-02-18 17:15
好像没有东西啊!
|
|
19楼#
发布于:2013-08-05 15:54
Re:nt4 compile 总结
|
|
上一页
下一页