summaryrefslogtreecommitdiff
path: root/src/cmd/Makefile
AgeCommit message (Collapse)Author
21 hourscmd: Add initial 'login' programIan Moffett
This commit introduces the initial login program to require a user to enter their credentials before they can use the system Signed-off-by: Ian Moffett <ian@osmora.org>
39 hourscmd: Add 'lsdisk' utilityIan Moffett
The 'lsdisk' utility is a simple too to list the disks present on the machine. Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayscmd: Add initial 'fetch' commandIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
4 dayscmd: Add reboot commandIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
6 dayscmd: Add shell prototypeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
11 daysbuild: Use toolchain for user programsIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-17build: 'cmd/test' -> 'cmd/init'Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-17cmd: test: Use and link with libc stubIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-09-17build: Add test program to src/cmd/Ian Moffett
Add a testing program for ELF loading purposes. This is to be removed in later versions of Lunos Signed-off-by: Ian Moffett <ian@osmora.org>