index
:
srvre/kernel.git
main
Simple RISC-V research environment kernel
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
create_process
Commit message (
Collapse
)
Author
Age
Files
Lines
*
examples: Update srvre_sys to v0.0.0 (syscall renumbering)
v0.0.0
Himbeer
2024-08-02
1
-2
/
+2
|
*
create_process: Make src/program2 a relative symlink
Himbeer
2024-08-02
1
-1
/
+1
|
*
create_process/build: Declare exe dependency on exe2
Himbeer
2024-08-01
1
-0
/
+2
|
*
create_process: Use srvre_sys library
Himbeer
2024-08-01
4
-84
/
+27
|
*
create_process: Stop declaring a1 as clobber for end() calls
Himbeer
2024-07-27
2
-2
/
+2
|
*
create_process: Add CRLF to console messages (update to raw consoleWrite)
Himbeer
2024-07-27
2
-2
/
+2
|
*
create_process: Update from VFS to syscalls, including renumbering
Himbeer
2024-07-27
4
-32
/
+28
|
*
create_process: Remove duplicate trailing CRLF from hello messages
Himbeer
2024-07-21
2
-2
/
+2
|
*
create_process: Terminate both programs cleanly
Himbeer
2024-07-21
2
-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 collection
Himbeer
2024-07-21
5
-0
/
+224