Coder Social home page Coder Social logo

theverygaming / vix Goto Github PK

View Code? Open in Web Editor NEW
27.0 3.0 3.0 1.03 MB

License: GNU General Public License v2.0

Makefile 2.64% Assembly 3.91% C++ 81.86% C 6.62% Shell 1.68% Python 1.84% Nix 1.03% Dockerfile 0.18% Rust 0.24%
kernel linux operating-system unix os-development

vix's Introduction

vix

CI

a broken kernel with a ton of bad design choices and copypasted code. It's actually not that bad anymore tho

Build options

Goals

  • Run X server
  • Full Linux binary compatibility
  • Binary compatibility with other kernels

References: PenutOS, nanobyte_os, the OSDev wiki, raspi3-tutorial, Building an Operating System for the Raspberry Pi, raspberry-pi-os and of course Linux

Star History

Star History Chart

Building locally

NOTE: THIS MAY BE OUTDATED

first make sure you have all submodules. Simply clone like this

git clone --recurse-submodules https://github.com/theverygaming/vix.git

you already cloned the repo? then run git submodule update --init --recursive instead

now to build for x86 you need a few extra dependencies(aside from gcc and make), on ubuntu these are installed by running

sudo apt install nasm gcc-multilib g++-multilib xorriso grub-common grub-pc mtools python3 cmake pkg-config flex bison libncurses5-dev xxd

Now refer to the general build instructions

Building inside devcontainer

NOTE: THIS MAY BE OUTDATED

run git submodule update --init --recursive to get all submodules

in the devcontainer there is a window manager and a VNC server running. You can connect to noVNC on port 6080. The default password is vscode

Now refer to the general build instructions

General build instructions

NOTE: THIS MAY BE OUTDATED

first you have to configure the kernel, you could either simply use the default config (make alldefconfig) or configure it yourself (make menuconfig)

then you can simply build with make and then make bootimg-x86-32 (if you have a x86_32 system, otherwise use the CROSS_COMPILE environment variable or on x86_64 you can use CXXFLAGS="-m32 -march=i386" LDFLAGS="-m elf_i386")

a bootable iso named vix.iso will be created

for other architectures look at the GitHub actions workflow

vix's People

Contributors

theverygaming avatar osamaahmad00 avatar krisvers avatar

Stargazers

Caleb or Aquarus avatar Dimitriy avatar Mai Lawton avatar Tuan Duc Tran avatar Frosty515 avatar Pedro Martineli avatar  avatar makaroneder avatar Daniel Bruno avatar  avatar Samuel Hulme avatar Arsalan "Aeria" Kazmi avatar leap123 avatar Talon Kettuso avatar  avatar NSG650 avatar  avatar DanielDAG avatar  avatar V01D-NULL avatar  avatar Matt Ruff avatar Bruno avatar Lily Cytus avatar scts avatar  avatar  avatar

Watchers

 avatar Lily Cytus avatar  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.