summaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)Author
36 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>
42 hourslibc: Add __libc_init as well as cmdline argumentsIan Moffett
This commit introduces a libc initialization function @ __libc_init() a long with variables __argv __argc used for command line arguments Signed-off-by: Ian Moffett <ian@osmora.org>
48 hourscmd: hush: Ignore input if buffer is emptyIan Moffett
Do not try to test the input against anything if there is no input to test against. Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayscmd: Add initial 'fetch' commandIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
3 dayscmd: hush: Wait for commands to finishIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
4 dayscmd: hush: Add initial program spawningIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
4 dayscmd: Add reboot commandIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
5 dayscmd: hush: Handle backspace on inputIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
6 dayskern: proc: Add initial penv block supportIan Moffett
This commit introduces the initial support for the process environment block and implements argv and argc. Signed-off-by: Ian Moffett <ian@osmora.org>
6 dayscmd: Add shell prototypeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
6 dayscmd: 'test.c' -> 'init.c'Ian 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-29lib: Add initial libwidget skeletonIan 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>