-
Notifications
You must be signed in to change notification settings - Fork 0
Open
4 / 44 of 4 issues completedLabels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestarget: portsRelated to ports of already existing programs to our kernelRelated to ports of already existing programs to our kerneltype: newImplement a new featureImplement a new feature
Description
Dash
Dash (Debian Almquist shell) is a modern POSIX-compliant implementation of /bin/sh (sh, Bourne shell).
I've chosen this program as our first executable port for the following reasons:
- It is an interactive shell ! What better way to feel like we have a truely working system than this 👍
- Busybox requires much more features to be ported
Roadmap
- build: add a way to quickly add ports for our OS (fetch, patch, build, install)
- kernel: implement the required syscalls to compile ash
- ports: build the
dashbinary using our toolchain
Sub-issues
Metadata
Metadata
Assignees
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestarget: portsRelated to ports of already existing programs to our kernelRelated to ports of already existing programs to our kerneltype: newImplement a new featureImplement a new feature