Giter Site home page Giter Site logo

Comments (6)

hurley25 avatar hurley25 commented on July 20, 2024

嗯,应该是编译好的内核没有复制进去,仔细看看编译后的输出信息。应该是有挂载软盘,复制文件和卸载软盘的操作~

from hurlex-doc.

hurley25 avatar hurley25 commented on July 20, 2024

.PHONY:update_image
update_image:
sudo mount floppy.img /mnt/kernel
sudo cp hx_kernel /mnt/kernel/hx_kernel
sleep 1
sudo umount /mnt/kernel

makefile里的这几行就是做这个事情的,挂载floppy.img到 /mnt/kernel目录(你没有这个目录就自己建立个),然后复制编译好的 hx_kernel 文件过去,如果你改了文件名字,那就修改这里。

from hurlex-doc.

l1nxy avatar l1nxy commented on July 20, 2024

make qemu的话 是不更新的
我现在是分开做的先make
再手动启动qemu

from hurlex-doc.

l1nxy avatar l1nxy commented on July 20, 2024

在线文档错误有点多…很多图片都挂了…

from hurlex-doc.

hurley25 avatar hurley25 commented on July 20, 2024

[墙]

from hurlex-doc.

goalong avatar goalong commented on July 20, 2024

多谢啊,解决了我的疑问。

from hurlex-doc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.