https://github.com/sakkke/muos
🚀 Linux distro
https://github.com/sakkke/muos
linux-distro
Last synced: about 1 month ago
JSON representation
🚀 Linux distro
- Host: GitHub
- URL: https://github.com/sakkke/muos
- Owner: sakkke
- License: gpl-3.0
- Created: 2022-09-03T04:26:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T03:40:59.000Z (over 3 years ago)
- Last Synced: 2025-08-29T05:34:37.188Z (10 months ago)
- Topics: linux-distro
- Language: Python
- Homepage: https://muos.netlify.app/
- Size: 646 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
.. raw:: html
.. figure:: https://socialify.git.ci/sakkke/muos/image?issues=1&language=1&name=1&owner=1&pattern=Formal%20Invitation&stargazers=1&theme=Light
:alt: muos
muos
.. raw:: html
|image1| |image2|
muOS
Goals
-----
- Sustainable Operating System Architecture
- Programmable System Installation
- Fastest Automatic System Installation
- Fastest System Restoration
- Continuable System
Links
-----
- `CHANGELOG.rst <./CHANGELOG.rst>`__
- `CODE_OF_CONDUCT.rst <./CODE_OF_CONDUCT.rst>`__
- `CONTRIBUTING.rst <./CONTRIBUTING.rst>`__
- `Documents `__
- `LICENSE <./LICENSE>`__
- `todo.txt <./todo.txt>`__
Download
--------
You can download the custom Archiso in CircleCI artifacts of `make-archiso-workflow `__.
Dev
---
1. On the target:
.. code:: bash
addr="$(ip route get 1.2.3.4 | head --lines=1 | awk '{print $7}')"
echo "addr=$addr"
nc -lvp 6867 | install /dev/stdin /usr/local/bin/serve
2. On the host:
.. code:: bash
addr=''
nc -vw 2 "$addr" 6867 < ./scripts/serve
3. On the target:
.. code:: bash
serve
4. On the host:
.. code:: bash
./scripts/transfer "$addr"
.. |image1| image:: https://img.shields.io/circleci/build/github/sakkke/muos?style=for-the-badge
:target: https://app.circleci.com/pipelines/github/sakkke/muos
.. |image2| image:: https://img.shields.io/codecov/c/github/sakkke/muos?style=for-the-badge
:target: https://app.codecov.io/gh/sakkke/muos