Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running this project #6

Open
kdrzazga opened this issue May 7, 2023 · 1 comment
Open

Running this project #6

kdrzazga opened this issue May 7, 2023 · 1 comment

Comments

@kdrzazga
Copy link

kdrzazga commented May 7, 2023

I'm afraid the README file does not tell the most important: How to even start it? Using NASM? What is makehdr? Command under Linux?

Anyway, an attempt to compile it with nasm 2.15.05 threw few errors

@fysnet
Copy link
Owner

fysnet commented May 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants