An open API service indexing awesome lists of open source software.

https://github.com/fsrv-xyz/miniland

simplicity focused linux userland written in golang
https://github.com/fsrv-xyz/miniland

golang initrd linux

Last synced: 3 months ago
JSON representation

simplicity focused linux userland written in golang

Awesome Lists containing this project

README

          

# miniland

*A simple golang excluseive userland for linux systems.*

## learnings

### Applications are not able to listen on all addresses

Listening on all interfaces require having a minimal `/etc/hosts` file. Only entries for
IPv4 and IPv6 localhost are reqired to have http services listening on all addresses with `:` pattern.