Coder Social home page Coder Social logo

gazos's Introduction

Welcome to GazOS GazOS is developed by Gareth Owen ([email protected])

Here I attempt to tell you how to create a working floppy from the source code presented here so that you can fiddle with and modify the source code for yourself.

First of all, in the main directory you need to type: make That will create a kernel.elf file in the main directory. Once you have done this, change to the gazfs directory and type: ./format 52 2 readme.txt help.txt

That will format the floppy in /dev/fd0 with a GazFS filing system allowing 52 sectors for the kernel and putting the two files above on the file system too.

Now, change to the boot directory, there you will find a small bash shell script that will compile the bootsector and write both the bootsector and the kernel to the floppy disk in /dev/fd0.

Now, you are all set and can just reboot your computer with the floppy in the drive, from there GazOS should boot.

When you have made modifications to GazOS, assuming you do not want to change the files on the filing system, you can skip the 'format' step and just do:

make cd boot ./c

And that will write the new kernel to the floppy drive. You must make sure that it the floppy is already formatted to GazFS.

If you modify the code in anyway, I would appreciate it if you would share your modifications with me, and perhaps I will include them in the next release. Also, if you use any code in GazOS for you OS or another project I would be grateful if you would tell me too, just so I know about it.

Thanks Gareth

gazos's People

Contributors

owenson avatar

Stargazers

Angelo Milazzo avatar  avatar Samuel Schwager avatar pancho horrillo avatar Omar Quazi avatar

Watchers

Tom Corwine avatar James Cloos avatar digitalmechanic avatar  avatar

Forkers

tomcorwine

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.