上一页 1 ··· 6 7 8 9 10

2010年11月20日

x01.os.4: 三行代码, 裸机运行

摘要: 玩电脑,当然要学操作系统.操作系统,首当其冲的是裸机运行问题.Let's begin.1.创建 boot.asm 文件,代码如下: org 7c00h times 510-($-$$) db 0 dw 0aa55h2.打开终端,用 cd 命令进入 boot.asm 文件目录,运行如下命令: ... 阅读全文

posted @ 2010-11-20 15:19 x01 阅读(260) 评论(0) 推荐(0)

2010年11月9日

x01.os.2: Win8 硬盘安装 Unbuntu

摘要: Win8 安装 1.参考下面 Win7 安装 2.需要 EasyBCD 软件 3.有用的链接:http://blog.csdn.net/yeruby/article/details/12340499/ 4.Win10 安装: 复制 ubuntn.iso 到 C 盘,提前 casper 中文件 vml 阅读全文

posted @ 2010-11-09 15:41 x01 阅读(853) 评论(0) 推荐(0)

2010年11月8日

Prism

摘要: 这是 prism 的效果图。可从 Microsoft 的 codeplex 中获取源代码。该程序依赖 CAL 库,该库依赖 Pattern& Pratices的 Unity 项目。Unity 是一个 DI(Dependency Injection)容器。那么,就从 UnityContainer 开始吧。 阅读全文

posted @ 2010-11-08 01:15 x01 阅读(862) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10

导航