如何为 MIPS 编写 Hello World 引导加载程序?
我正在通过书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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.