Skip to content

sakkke/muos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

muos

muos

image1 image2

muOS

Goals

  • Sustainable Operating System Architecture
    • Programmable System Installation
    • Fastest Automatic System Installation
    • Fastest System Restoration
    • Continuable System

Links

Download

You can download the custom Archiso in CircleCI artifacts of make-archiso-workflow.

Dev

  1. On the target:
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
  1. On the host:
addr='<addr>'
nc -vw 2 "$addr" 6867 < ./scripts/serve
  1. On the target:
serve
  1. On the host:
./scripts/transfer "$addr"