Giter VIP home page Giter VIP logo

unnamedos's Introduction

"UnnamedOS"

This is an attempt at implementing a simple OS for the IA-32 architecture. Supporting files (like Makefiles) use Mac OS specific commands.

It uses a i586-elf-gcc crosscompiler (read more), Bochs and QEMU for emulation and Doxygen and Graphviz for documentation.

To install QEMU, Doxygen and Graphviz, simply run brew install qemu doxygen graphviz with Homebrew installed.

Run the following commands in the root directory:

  • To compile, run make.
  • To run in QEMU, type make run-qemu, for Bochs run make run-bochs.
  • To copy the OS to a floppy disk /dev/diskX, type DISK=X make copy (sudo password needed, show progress with Ctrl+T).
  • To create documentation, run make docs.

Implemented features

  • flat memory model (GDT)
  • printf-esque output
  • CPU info (CPUID)
  • interrupts (IDT, PIC, ISRs)
  • system clock & speaker driver (PIT)
  • keyboard & mouse driver (PS/2)
  • multiboot info
  • userspace multitasking (TSS)
  • ELF GRUB modules
  • memory manager (PMM, VMM, MMU)
  • Syscalls
  • Virtual 8086 Mode

unnamedos's People

Contributors

ekuiter avatar

Stargazers

 avatar

Watchers

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