如何为 MIPS 编写 Hello World 引导加载程序?

发布于 2024-08-19 23:53:38 字数 264 浏览 5 评论 0原文

我正在通过书MIPS汇编语言编程学习MIPS汇编,但是我的我'我刚刚开始学习 MIPS,因为我想构建一个 MIPS 操作系统,但现在正如我所见,没有任何文档讨论启动和这些事情。然后我在这里请求已经完成此操作的人为我指出正确的位置。

我已经用 x86 Assembly 开发了一个简单的操作系统

I'm learning MIPS Assembly by the book MIPS Assembly Language Programming, but my I've just started learning MIPS because I want to build a MIPS OS, but now as I can see, there isn't any documentation talking about boot and these things. Then I'm asking here for someone that have already done this to point me at the right place.

I've already have developed a simple OS in x86 Assembly

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

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

发布评论

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

评论(1

日裸衫吸 2024-08-26 23:53:38

AFAIK,MIPS 使用了与 linux 的加载程序 lilo 类似的引导加载程序,称为 milo,也许值得首先检查一下它是如何完成的。

祝您的 Mips 操作系统好运...;)

希望这会有所帮助,
此致,
汤姆.

AFAIK, MIPS used a similar boot loader to the linux's loader lilo called milo, perhaps that is worth checking out first to see how is it done.

Good luck with your Mips OS... ;)

Hope this helps,
Best regards,
Tom.

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