Giter Club home page Giter Club logo

Comments (1)

fysnet avatar fysnet commented on September 18, 2024

Hi,

First, my code assumes that you do have a small amount of knowledge of how a computer boots your boot sector, then the loader, and finally the kernel. However, I am willing to help you learn.

The sole reason for this project is to have a place to freely download the code accompanying my books. https://www.fysnet.net/osdesign_book_series.htm

With that being said, what files are you trying to assemble? For example, the FAT boot sector, as well as most other source files, have a header at the top stating how to assemble the file. Most are assembled with my NBASM assembler found at http://www.fysnet/newbasic.htm.

If you are interested in creating your own operating system, I suggest you read my book(s) and visit a forum (https://forum.osdev.org/) specific to this subject where you can ask questions.

I do not use Linux, so there is no "out of the box" code for Linux. You must modify the source files to be able to assemble them with NASM or another assembler. However, it should be a minor task with few modifications to do so, as long as you are familiar with assemblers and their operation.

I hope this helps,
Ben

from fysos.

Related Issues (5)

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.