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
Commit message (
Expand
)
Author
Age
Files
Lines
*
examples: Update srvre_sys to v0.0.0 (syscall renumbering)
v0.0.0
Himbeer
2024-08-02
3
-6
/
+6
*
create_process: Make src/program2 a relative symlink
Himbeer
2024-08-02
1
-1
/
+1
*
examples: Add message_passing example program collection
Himbeer
2024-08-02
6
-0
/
+205
*
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
*
hello_world: Use srvre_sys library
Himbeer
2024-07-31
3
-50
/
+17
*
create_process: Stop declaring a1 as clobber for end() calls
Himbeer
2024-07-27
2
-2
/
+2
*
hello_world: Terminate cleanly (instead of raising an instruction page fault)
Himbeer
2024-07-27
1
-0
/
+5
*
create_process: Add CRLF to console messages (update to raw consoleWrite)
Himbeer
2024-07-27
2
-2
/
+2
*
hello_world: Add CRLF to console messages (update to raw consoleWrite)
Himbeer
2024-07-27
1
-1
/
+1
*
create_process: Update from VFS to syscalls, including renumbering
Himbeer
2024-07-27
4
-32
/
+28
*
hello_world: Update uprint syscall number
Himbeer
2024-07-27
1
-1
/
+1
*
examples: Remove obsolete zero_stream and vfs_console example programs
Himbeer
2024-07-27
8
-445
/
+0
*
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
*
example: Add create_process example program collection
Himbeer
2024-07-21
5
-0
/
+224
*
gitignore: Ignore new zig cache location in version 0.13.0
TheodorSmall
2024-07-17
3
-0
/
+3
*
examples: Add vfs_console example program
Himbeer
2024-07-12
4
-0
/
+187
*
zero_stream: Convert global buffer back to stack buffer
Himbeer
2024-07-08
1
-9
/
+1
*
zero_stream: Fix read callback calling convention and buffer memory region
Himbeer
2024-07-04
1
-2
/
+12
*
zero_stream: Print more detailed information about each step
Himbeer
2024-07-02
1
-4
/
+8
*
examples: Add zero_stream example program
Himbeer
2024-07-02
4
-0
/
+250
*
hello_world: Make use of uprint syscall to print hello message
Himbeer
2024-06-22
1
-1
/
+8
*
examples: Add hello_world example program
Himbeer
2024-06-18
4
-0
/
+167