Code Monkey home page Code Monkey logo

bear-kernel's Introduction

Bear OS

Michael's Basic Kernel

Very basic code writen from assembly, and C.

Requirements

To use this you'll need QEMU, an emulation software, and Docker.

Using the OS

  • Run "docker build buildenv -t bearos-buildenv"
  • Next, run "docker run --rm -it -v "%cd%":/root/env bearos-buildenv" in side of Command Prompt, or you can run "docker run --rm -it -v "${pwd}:/root/env" myos-buildenv" for powershell. You must also be inside of the main kernel directory. Which sould be "Bear-Kernel"
  • Inside of the virtual terminal run, 'make build-x86_64
  • While still inside of the virtual terminal, run 'Exit'
  • Finally, you can run the command "qemu-system-x86_64 -cdrom dist/x86_64/kernel.iso" to run the .iso file and a screen should popup with some text.

(Also, you may need to add Qemo to your path variable. The Qemu directory should be under C:/Program Files/Qemu)

There you go! You're now running BearOS in a virtual machine.

bear-kernel's People

Contributors

bear148 avatar

Stargazers

 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.