汇编语言内核

发布于 2024-09-25 16:57:07 字数 51 浏览 0 评论 0原文

我正在尝试纯粹用汇编语言编写内核。我如何处理开发环境和一般设置来让我控制我想要它做什么?

I am trying to write a kernel purely in assembly language. How do i go 'bout the development environment and general setup that lets me control what i want it to do?

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

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

发布评论

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

评论(2

凉城凉梦凉人心 2024-10-02 16:57:08

osdev.org 应该有你需要的一切。

该网站提供有关创建的信息
操作系统并作为这些操作系统的社区
对操作系统创建感兴趣的人

为了更清楚地了解这一点,除了网站上的所有资源和信息之外,还有两个汇编“入门教程”:

  1. 32 位程序集基本架构
  2. 实模式程序集基本架构

从那里开始,您就可以进一步探索维基,它以一种基本形式或另一种形式提供了人们需要的一切

osdev.org should have all you need.

This website provides information about the creation of
operating systems and serves as a community for those
people interested in OS creation

To clear it up a little more, apart from all the resources and information on the site, there are two assembly "starter tutorials":

  1. 32-bit Assembly Bare Bones
  2. Real Mode Assembly Bare Bones

From there its really up to you to explore the wiki more, it has everything one needs, in one basic form or another

记忆消瘦 2024-10-02 16:57:08

我曾经是一名 VAX 开发人员。我建议您找到一份带有执行程序的 VMS 缩微胶片副本,用汇编程序编写。

I used to be a VAX developer. I'd recommend that you find a copy of VMS microfiche with the exec, written in assembler.

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