TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Xbox and Windows NT 3.5 source code leaks online

78 点作者 0xedb大约 5 年前

8 条评论

saddlerustle大约 5 年前
Trash article.<p>The Xbox code leaked in 2004 and was passed around extensively. You can find public download links from even ~2010. This was discussed in the popular 2005 CCC talk: <a href="https:&#x2F;&#x2F;events.ccc.de&#x2F;congress&#x2F;2005&#x2F;fahrplan&#x2F;attachments&#x2F;591-paper_xbox.pdf" rel="nofollow">https:&#x2F;&#x2F;events.ccc.de&#x2F;congress&#x2F;2005&#x2F;fahrplan&#x2F;attachments&#x2F;591...</a><p>The Xbox OS isn&#x27;t &quot;a custom version of Windows 2000&quot;. They took the networking stack and a couple other bits from NT, but otherwise it was built from scratch.<p>XQEMU hasn&#x27;t &quot;struggled to emulate the original Xbox OS and kernel&quot; - it&#x27;s a low level emulator and thus just emulates the Xbox hardware with no knowledge of the OS.
评论 #23258452 未加载
lawl大约 5 年前
I&#x27;m starting to think leaking the code for an old console could be a pretty cost-effective way to get an emulator.<p>I&#x27;m pretty sure I&#x27;ve heard of companies using open source emulators for backwards compatibility with old consoles&#x2F;selling &#x27;classic games&#x27; before.
评论 #23257550 未加载
评论 #23257923 未加载
评论 #23257448 未加载
评论 #23257389 未加载
评论 #23257669 未加载
projektfu大约 5 年前
I&#x27;m trying to think of a good use case for exploring the NT 3.5 source code but I can&#x27;t really think of one. It had the Windows 3 user interface and a number of enterprisey things like telephony (TAPI) and UPS control, but was overall pretty bare-bones.<p>I remember a few quirks. I lacked a CD drive and borrowed one to install NT 3.51. When I gave the CD drive back, NT wouldn&#x27;t boot. It turns out that it installs ATAPI.SYS if you have a CD, which won&#x27;t boot without it. It installs ATDISK.SYS if you don&#x27;t have a CD.<p>System administration was pretty clumsy. I really began to appreciate the text file based UNIX philosphy over the point-and-click Microsoft approach. I had been dual booting NetBSD and OS&#x2F;2 2.1 before that.<p>Nonetheless it was solid compared to Windows 3.1 and 95. Perhaps being limited to what it was, it&#x27;d be easier to study the native api and how it was being accessed by the several subsystems (Win32, OS&#x2F;2, POSIX). A much lighter version of NTFS was running on it. I remember at the time you needed a windows source license to write a filesystem driver. I was using Visual C++ 4.0. 100Mbit ethernet was fast for the time and I was a little jealous of people using 155Mbit ATM.
win35nt大约 5 年前
I&#x27;d love to try and have a go at compiling the NT3.5 source. What tools would I need? There are Makefiles and things in the archive, but having installed MS Visual C++ 6.0 in a Windows 2000 virtual machine, it still seems to be lacking commands like &quot;build&quot; and &quot;nmake&quot; which are referenced in these files... Does anyone have pointers?
HerbsMan大约 5 年前
Where is the xbox code?
tinus_hn大约 5 年前
Didn’t the NT code leak more than 10 years ago already?
评论 #23257570 未加载
评论 #23257573 未加载
BruceEel大约 5 年前
What if a Microsoft developer gets her&#x2F;his hands on the leaked NT 3.5 code and secretly starts working on setting Windows 10 straight...
评论 #23257384 未加载
评论 #23258030 未加载
评论 #23257572 未加载
评论 #23258224 未加载
skookum-skuad大约 5 年前
Who cares? I had the full NT 5&#x2F;W2k codebase and have seen the NT 4 codebase. 3.5x is such a Windows Vista between 3.1 and 4.0.