Giter Club home page Giter Club logo

bubesos's Introduction

BubesOS

Note: This project was discontinued, you can fiddle around as you wish

What is it

-> A personal project that aims to develop a Operational System from scratch.
-> Bootloader, kernel and OS all made in x86 Assembly and C.
-> I don't want to build a ultra complex desktop OS, this is just a personal project for learning purposes.

How to build

-> You will need a text editor (I use vscode), Docker and Qemu in your system.

-> Download the files or clone the repository.
-> Create a docker image with docker build buildenv -t bubesos-buildenv.
-> Run the image with docker run --rm -it -v %cd%:/root/env bubesos-buildenv on cmd, docker run --rm -it -v "${pwd}:/root/env" bubesos-buildenv on powershell or docker run --rm -it -v "$(PWD)":/root/envex bubesos-buildenv on bash.
-> If you're using WSL, msys2 or git bash use the bash command.
-> Make it with makefile: make build-x86_64 inside the docker container. -> Close it with the exit command.
-> Run with Qemu: qemu-system-x86_64 -cdrom dist/x86_64/kernel.iso.
-> Make sure you have Qemu added to your path.

-> Note: Every time you make a change to kernel.iso, close the Qemu VM before compiling, otherwise errors may appear.

If you have any problems with the building and emulating procedure read this from the original dev.

Devlog | TODOs

-> Currently it only starts and shows a startup message in the screen.
-> I plan to add bash-like commands, sound, networking, and basic tools like a shell, calculator, vim-like text editor, simple games (maybe chess or tetris idk), etc.
-> The project is kinda dead right now, but I plan to maintain it on the future.
-> The imediate feature is to fix the keyboard support.
: So, basically when I use the shift for uppercase it just locks and I can't get to lowercase again, and capslock just prints a smile and an S for some shitty & unkown reason.
-> Next thing is to add a basic shell.

bubesos's People

Contributors

lucasvchaves 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.