aboutsummaryrefslogtreecommitdiff
path: root/examples/create_process/src
Commit message (Collapse)AuthorAgeFilesLines
* create_process: Make src/program2 a relative symlinkHimbeer2024-08-021-1/+1
|
* create_process: Use srvre_sys libraryHimbeer2024-08-012-47/+14
|
* create_process: Stop declaring a1 as clobber for end() callsHimbeer2024-07-272-2/+2
|
* create_process: Add CRLF to console messages (update to raw consoleWrite)Himbeer2024-07-272-2/+2
|
* create_process: Update from VFS to syscalls, including renumberingHimbeer2024-07-273-19/+15
|
* create_process: Remove duplicate trailing CRLF from hello messagesHimbeer2024-07-212-2/+2
|
* create_process: Terminate both programs cleanlyHimbeer2024-07-212-0/+18
| | | | This ensures that the second program gets a chance to run instead of the first program causing a kernel panic by returning to null.
* example: Add create_process example program collectionHimbeer2024-07-212-0/+49