Git Product home page Git Product logo

octos's Introduction

# octOs

I'm making another operating system kernel.

    - booted with the GRUB2 bootloader.
    - runs on i686 (x86-32) architecture.
    - doesn't do a lot really.

I've made two kernels in the past but every time I make one I learn things, so
here's another. Plus, I'm learning assembly at university, so this seems like a
good project to help with learning that. I'm planning on writing the majority
of the kernel, and maybe even the userland, in assembly, just cause that would
be really cool, but we'll see.

# Build Instructions 

You need the following software:

    # REQUIRED
    - An i686 gcc cross-compiler. (e.g. i686-elf-gcc) (to compile C source files for the CPU)
    - grub. (to generate the grub image)
    - nasm. (to assemble the assembly source files)
    - i686-elf-binutils.
    
    # OPTIONAL
    - bochs (for emulating the kernel before testing on real hardware)

 Once you have all of this software, the build steps are:

    1) Clone this repository.
    2) cd into the repo directory.
    3) type make.

And then it should all compile successfully. If you want to emulate it, type `bochs`.
If you want to try running it on real hardware (not recommended yet), burn octos.iso
to a USB stick or CD-ROM and tell your BIOS to boot from it.

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.