Git Product home page Git Product logo

celesteos-old's Introduction

CelesteOS

x86_64 Microkernel that aims to be POSIX compliant later in life.

Building

To build CelesteOS, make sure you have nasm, qemu, and have built the cross-compiler (using maketoolchain.sh).

Building the OS requires access to a Linux install (I recommend Arch or Ubuntu), and there will be no support added ever to build CelesteOS on macOS or Windows based machines.

After you have both a custom cross compiler built and copied to your PATH environment variable (or somewhere like /usr/local/bin), then the OS can be built and tested in QEMU using make run

Why not just use system GCC?

Using the system GCC compiler is a horrible idea when writing an OS since it will try and link in parts of the standard library that we don't have access to, and a whole bunch of other problems. https://wiki.osdev.org/Why_do_I_need_a_Cross_Compiler

Checklist

[x] Bootable into long mode

[x] VGA text mode (80x25)

[ ] Interrupts (half done, need to add IRQs)

[ ] TSS (Task State Segment)

[x] Physical memory manager (PMM)

[x] Virtual machine manager & paging

celesteos-old's People

Contributors

megabytesofrem avatar

Stargazers

Alexej avatar Ivan G. avatar Laura Kirsch avatar cyp avatar Haroldo de Oliveira Pinheiro avatar Mia T. Rain avatar

Watchers

 avatar

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.