引导硬盘访问

发布于 2024-08-13 04:26:49 字数 635 浏览 6 评论 0原文

我正在尝试编写一个引导加载程序以获取乐趣,我一直在使用诸如以下的指南:

http://www.omninerd.com/articles/PC_Bootstrap_Loader_Programming_Tutorial_in_ASM

http://hem .passagen.se/danma/nboot.htm

http://en.skelix. org/skelixos/tutorial01.php

我能够成功地从软盘复制扇区,但是当我尝试访问硬盘时,除了重置之外,所有 int 13 函数都返回了错误代码。重置磁盘不会返回错误。

在 int 13 对硬盘起作用之前我必须做一些特殊的事情吗?

I'm trying to write a bootstrap loader for the fun of it, I've been using guides such as:

http://www.omninerd.com/articles/PC_Bootstrap_Loader_Programming_Tutorial_in_ASM

http://hem.passagen.se/danma/nboot.htm

http://en.skelix.org/skelixos/tutorial01.php

I'm able to successfully copy over sectors from a floppy disk but when I try to access a harddisk I'm returned an error code from all int 13 functions other than reset. reset disk doesn't return an error.

Is there something special I have to do before int 13 works for hard disks?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半﹌身腐败 2024-08-20 04:26:49

据我所知。你见过http://gaztek.sourceforge.net/osdev/boot/index.html ?其中有一个示例列表,其中至少有一个声称正在从“C:\”(可能是 DOS 格式的硬盘)读取文件

Not that I'm aware of. Have you seen http://gaztek.sourceforge.net/osdev/boot/index.html ? That has a list of examples, at least one of which claims to be reading a file from "C:\" (presumably a DOS-formatted harddisk)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文