GithubHelp home page GithubHelp logo

holodome / moose Goto Github PK

View Code? Open in Web Editor NEW
11.0 1.0 1.0 1.11 MB

yet another os (but with mooses)

License: BSD 3-Clause "New" or "Revised" License

Makefile 1.10% Assembly 2.60% C 95.96% Dockerfile 0.06% Python 0.28%
kernel operating-system os osdev x86-64

moose's Introduction

moOSe

A unix-like operating system with aim at simplicity.

screenshot

Features

  • amd64 kernel
  • Custom bootloader
  • FAT12, FAT16, FAT32, ext2, ramfs filesystems
  • ATA IO
  • Multilevel feedback queue scheduler
  • System calls
  • Basic IP networking

Compiling & running

x86_64-elf-gcc crosscompilation toolchain and python3 are required for local build. qemu-system-x86_64 emulator is required for running. Currently running only in qemu is supported.

To produce OS image either run make or use docker buildx build -f Dockerfile --output . .

OS image moose.img is a virtual hard disk formatted with MBR.

to run pass it to qemu:

qemu-system-x86_64 -d guest_errors \
	-device pci-bridge,id=bridge1,bus=pci.0,chassis_nr=4 \
	-device rtl8139,netdev=moose0,bus=pci.0 -netdev user,id=moose0 \
	-drive file=moose.img,format=raw,index=0,if=ide \
	-no-reboot

Alternatively, make qemu can be used to build and launch qemu.

moose's People

Contributors

holodome avatar paw1a avatar

Stargazers

Konstantin Runov avatar Natali avatar Emir Shimshir avatar parsa mahmoudy avatar Daniel Bruno avatar Stjepan Bilić Matišić avatar  avatar Ras Tafari Makonnen avatar Sergey Mokhov avatar  avatar Dashori avatar

Watchers

 avatar

Forkers

dagelf

moose's Issues

need a readme

think you need a readme file (not txt pls)😤😤😤

.d files

Add support in global makefile

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.