Giter Site home page Giter Site logo

starlinux's Introduction

Deprecated -> StelaLinux

After evaluating the way StarLinux builds itself, I found it incredibly repetitive to have to build StarLinux in a different directory on the Host System. At the same time I found it very difficult to have to commit changes to the Git Repository before I could test if something works. So I came up with a solution. A Linux Distribution that can be built with just the Git Repository alone. As long as you have a copy of StelaLinux Git Repository (and a working internet connection), it should be possible to build it locally instead of having to rely on the current online Git Repository.

StelaLinux is the next (and final) iteration of my custom linux distribution. It also takes some other extreme changes (like how source packages are managed and using musl c library instead of glibc). I recommend everyone to turn their attention to this as StarLinux will no longer be maintained.

StelaLinux Git Repository

StarLinux (Nebula Branch)

StarLinux Nebula is the current codename for the StarLinux Core which will power other StarLinux Projects like StarLinux Server and USBlinux. StarLinux itself is a MLL-like distribution with a different filesystem and its own package manager SPM (Star Package Manager). This repository will contain the scripts used to make StarLinux Core Images and Update Scripts along with other ported software.

Nebula (StarLinux Core) Packages:

  • Linux Kernel 5.0.x
  • GNU C Library 2.28 (Minimal)
  • BusyBox Userland 1.30.1 (Stable)
  • Xiongnu 1.2.4a [INIT] (In-Development)

How to Build:

Dependencies (Debian/Ubuntu - What I use):

sudo apt install wget make gawk gcc bc bison flex xorriso libelf-dev libssl-dev

Dependencies (Fedora - Untested)

sudo dnf install @development-tools gcc xorriso make bison flex automake gcc-c++ m4 openssl-devel texinfo squashfs-tools

Compile (Linux):

  • ./spb.sh build prepare
  • ./spb.sh build linux
  • ./spb.sh build glibc
  • ./spb.sh build busybox
  • ./spb.sh build libstar
  • ./spb.sh build xiongnu
  • ./spb.sh build syslinux
  • ./spb.sh build image

StarLinux itself is built with the Star Package Builder which also compiles and packages the software needed for StarLinux to work.

Install (Using ArchLinux):

TO BE ADDED!

Install (Built-in Install Script):

TO BE DEVELOPED!

Contributors:

  • AwlsomeAlex (Project Manager)
  • Ivandavidov (Layed down the foundation for a Minimal Linux Distribution)

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.