Like #148, but for alpine. All common utilities work, with the exception of networking utilities (they just return `socket(_,_) not implemented`). - [ ] `/bin/login`: Non-functional - [ ] `/bin/dmesg`: `Unhandled syscall 0x74` (`syslog`) - [ ] `/bin/linux32`/`/bin/linux64`: `Unhandled syscall 0x5c` (`personality`) - [ ] `/bin/nice`: `Unhandled syscall 0x8d` (`getpriority`) - [ ] `times`: `Unhandled syscall 0x99` (`times`) - [ ] `/bin/watch echo hi`(doesn't echo)
Like #148, but for alpine. All common utilities work, with the exception of networking utilities (they just return
socket(_,_) not implemented)./bin/login: Non-functional/bin/dmesg:Unhandled syscall 0x74(syslog)/bin/linux32//bin/linux64:Unhandled syscall 0x5c(personality)/bin/nice:Unhandled syscall 0x8d(getpriority)times:Unhandled syscall 0x99(times)/bin/watch echo hi(doesn't echo)