Code Monkey home page Code Monkey logo

mars-os's Introduction

MarsOS

MarsOS is a simple 64-bit operating system developed for learning
Feel free to contribute to MarsOS

Build & Run

Make sure you have installed qemu-system-x86_64

make ps && make run && make ps_clean

TODO

  1. Removed
  2. Removed
  3. Update Makefile
  4. Write Documents
  5. Memory managment
    • Heap(malloc, free)
    • Paging ✓
  6. Process managment
    • Scheduler ✓
    • Wait/Exit ✓
    • Sleep ✓
    • Fork/Exec
    • Syscalls ✓
    • Ring0 processes
    • Threads
  7. Filesystem
    • FAT16
    • FD
  8. Network stack
  9. Drivers
    • RTL8139
    • ATA 32-bit ✓
    • ATA 64-bit
    • PS2 ✓
  10. Write a loader to load larger kernels by the ATA in protected mode ✓
  11. Append the ps1 to end of mars.img and load it at 0x20000 ✓
  12. Complete console ✓
  13. Refactoring kernel/proc ✓
  14. Logger and panic
  15. Write a shell (named Rover) WIP
  16. Linker & Loader

mars-os's People

Contributors

0x9n0p avatar sudojavad avatar

Stargazers

 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.