vulture icon indicating copy to clipboard operation
vulture copied to clipboard

A Unix Operating System Built Using C#

vulture

  • A Unix Operating System Built Using Golang

forthebadge forthebadge

Go Build Status

Requirements:

  • macOS:
  • make sure you have go1.16 version
# update brew
$ brew update
$ brew doctor 

# to build some multiboot headers
$ brew install x86_64-elf-binutils x86_64-elf-gcc x86_64-elf-gdb qemu

# mage require for building os
$ go get github.com/magefile/mage
  • linux:
$ sudo apt-get update
$ sudo apt-get install bulid-essential qemu
$ go get github.com/magefile/mage

Building:

$ mage qemu

Author:

License: