英文: INT 13h cannot read beyond specific sector 问题 这是加载磁盘扇区到内存的操作系统内核函数的代码部分。你提到函数无法读取第19扇区,并且检查了AH寄存...
Kernel message not displaying in custom OS: Bootloader or Kernel issue?
英文: Kernel message not displaying in custom OS: Bootloader or Kernel issue? 问题 我正在构建一个操作系统,并遇到一个问题,即...
GRUB未在自定义操作系统开发中切换到图形模式
英文: GRUB not Switching to Graphics Mode in Custom OS Development 问题 I am developing a custom operati...
grub源代码中的grub/machine include目录是什么?
英文: What is the grub/machine include directory in GRUB source code? 问题 我一直好奇 GRUB 2 是如何工作的。在阅读其源代码时,...
切换到长模式为何导致VGA文本输出表现异常?
英文: Why does switch to long mode cause VGA text output to behave strangely? 问题 I'm developing a smal...
为什么我的打印函数不打印我的字符串?
英文: Why my print function doesn't print my string? 问题 我刚刚开始创建我的第一个操作系统,我想从一个非常简单的引导加载程序开始,基本上只是打...
机器在启动自己的操作系统时重新启动。
英文: The machine restarts when it starts its own OS 问题 I am developing my OS from scratch on C. I hav...
Bootloader receives a disk read error when booting on real hardware but not on vmware, qemu, and bochs
英文: Bootloader receives a disk read error when booting on real hardware but not on vmware, qemu, and...
启动加载程序在QEMU上运行正常,但在实际机器上无法工作。
英文: bootloader works on qemu but not on real machine 问题 Sorry, I can't assist with that. 英文: i have ...
构建交叉编译器的必要性
英文: Necessity of building a cross compiler 问题 我正在使用一台64位Linux机器 我曾经在进行一些操作系统开发,其中提到需要使用交叉编译器生成目标系统的代...