Giter Site home page Giter Site logo

feliposz / felipos Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 546 KB

A simple OS programmed in x86 Assembly real mode (16-bit) inspired by MikeOS.

Home Page: https://feliposz.github.io/FelipOS/

License: MIT License

Batchfile 1.47% Assembly 96.73% HTML 1.79%
kernel assembly-x86 qemu v86 build-your-own-x mikeos real-mode 16-bit operating-system os-development nasm bootloader shell terminal-based

felipos's Introduction

FelipOS

A simple OS programmed in x86 Assembly real mode (16-bit) inspired by MikeOS.

Requirements

  • Netwide Assembler (NASM)
  • ImDisk tools
  • QEMU, Bochs or similar for emulation
  • A 1.44MB floppy disk or USB key for real hardware

Features

  • A bootloader that can search for a kernel file on the root directory, load and execute it.
  • A basic kernel with a command line (shell), some builtin commands and a "graphical" menu.
  • Can execute external binary programs.
  • Code is a complete rewrite and tries to keep compatibility with MikeOS system calls/interface.
    • Runs most original binary programs for MikeOS. \o/
  • (Probably) Lots of bugs!

Notes

  • Some random notes taken when studying the source for MikeOS.

Testing

Install requirements and execute:

run.bat

Note: Edit executable paths if needed.

For use on real PC hardware, a floppy image can be written to a physical 1.44 MB floppy disk or directly to an USB drive (some BIOSes can emulate a floppy disk on boot).

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.