Skip to content

Nabir14/AmpereOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

183 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmpereOS

AmpereOS is an open source operating system. (I am still learning Operation System development so code might be messy!)

ampereos_icon ampereos_screenshot

OS Information:

  • Bootloader: Grub2 (Custom Bootloader In The Future!)
  • Kernel: AMPEREK (Custom)
  • Main: Not Present

Build Instructions:

  • 1. Install Build Dependencies:

Ubuntu/Debian:

sudo apt install build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo libisl-dev nasm qemu-system grub-pc grub-efi grub2-common

Arch Linux:

sudo pacman -Syu base-devel gmp libmpc mpfr nasm qemu grub mtools 

Fedora:

sudo dnf install gcc gcc-c++ make bison flex libgmp-devel libmpc-devel libmpfr-devel texinfo libisl-devel nasm @virtualization gawk grub2-tools xorriso
  • 2. Setup Cross-Compiler:
make setup-cross-compiler
  • 3. Build && Run:
make all

About

AmpereOS is an open source operating system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors