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
- Host: GitHub
- URL: https://github.com/fsrv-xyz/miniland
- Owner: fsrv-xyz
- License: mit
- Created: 2023-03-13T09:58:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T12:03:34.000Z (3 months ago)
- Last Synced: 2026-02-26T18:15:17.750Z (3 months ago)
- Topics: golang, initrd, linux
- Language: Go
- Homepage: https://ref.ci/fsrvcorp/miniland
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.