Giter VIP home page Giter VIP logo

goos-e's Introduction

goos-e

Goose is a GO Lang based operating system - its experemental

Installation steps

step 1: Install buildutils

sudo apt-get install -y binutils-common

step 2: Install xorriso

sudo apt-get install -y xorriso

step 3: Install grub

sudo apt-get install grub-pc

step 4: Install nasm

sudo apt-get install -y nasm

step 5: Install GOLang

sudo apt-get remove golang --purge

sudo add-apt-repository ppa:gophers/archive
sudo apt-get update

sudo apt-get install golang-1.8

sudo ln /usr/lib/go-1.8/bin/go /usr/bin/go1.8

step 6: Install libglib, libpixman

sudo apt-get install libglib2.0-dev

sudo apt-get install libpixman-1-dev

step 7: Install qemu

sudo wget https://download.qemu.org/qemu-5.0.0.tar.xz

sudo tar xvJf qemu-5.0.0.tar.xz

sudo cd qemu-5.0.0

sudo ./configure

sudo make

Buld the project

make run-qemu

goos-e's People

Contributors

sriharikapu avatar

Stargazers

 avatar

Watchers

 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.