Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ungtb10d/kaios
https://github.com/ungtb10d/kaios
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ungtb10d/kaios
- Owner: ungtb10d
- License: gpl-2.0
- Created: 2023-01-03T00:50:55.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T00:51:06.000Z (about 2 years ago)
- Last Synced: 2024-11-12T03:22:34.473Z (2 months ago)
- Language: Shell
- Size: 5.86 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
kaios64 v1.1
============Small, customizable 64-bit Linux distribution aimed towards projects that need a small OS. Currently the initramfs and kernel are 14Mb. This project is the original KaiOS and has nothing to do with the phone operation system. Please do not contact me for any phone support.
ATTENTION: Please note this is not the same KaiOS that is being used on mobile devices. The KaiOS that is found on mobile devices is a port of Firefox OS and has is unrelated to this project.
Note:
PXE boot support only at this moment.Features:
-64-bit Kernel and binaries
-Networking support
-OpenSSH client and server support
-udhcpc support (Busybox DHCP Client)Login:
Terminal screen has no authentication. SSH login authentication:username: root
password: kaiosPXE Boot Instructions:
Add the following to /tftpboot/pxelinux.cfg/default:
timeout 20
default KaiOS64v1.1
label KaiOS64v1.1
kernel kaios64/kernel/kaios1.0-stable
append initrd=kaios64/initramfs/kaios.igz rw shell