GithubHelp home page GithubHelp logo

theonekevin / cxkernel Goto Github PK

View Code? Open in Web Editor NEW
28.0 28.0 7.0 38.87 MB

A hobbyist operating system created from scratch ⚙️. This is where I test my ✨ craziest ✨ operating system design ideas.

Home Page: https://theonekevin.gitbook.io/notes/microkernel-design

CMake 4.09% C 10.95% C++ 82.11% Assembly 2.40% Shell 0.44%
c-plus-plus hobby-os hobby-project microkernel operating-system osdev

cxkernel's Issues

PAE Bug

PAE requires a dedicated 1G of kernel virtual memory. This results in the decision of either applying the 4G/4G sharing or the 2G/2G split. Note that it's easier to allow 1G for PAE, 1G for kernel and 2G for userspace (2G/2G). This is a major bug and needs to be fixed in the next commit.

Cmake vs Autohell

In the new c++ branch, the Autotools(i.e., configure and make) build system has been replaced with CMake (CMakefiles and make). This change is only temporary, and both are being (albeit cumbersomely) maintained. Future steps would be to decide one to keep and discard the other (probably keeping Cmake and archiving Autotools).

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.