index
:
fbos
main
A RISC-V operating system devoted to running fizz/buzz processes.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move documentation to the proper places
Miquel Sabaté Solà
2024-12-04
4
-21
/
+30
*
Write down the requirement for the Zaamo extension
Miquel Sabaté Solà
2024-12-03
2
-1
/
+3
*
Run a hart lottery on SMP
Miquel Sabaté Solà
2024-12-03
8
-3
/
+89
*
test: Remove asserts on specific entry addrs
Miquel Sabaté Solà
2024-12-03
1
-7
/
+0
*
Remove stack pointer for each process
Miquel Sabaté Solà
2024-12-03
3
-23
/
+16
*
Simplify how we fetch the load address
Miquel Sabaté Solà
2024-12-03
2
-6
/
+7
*
Simplify the constant on the size of the stack
Miquel Sabaté Solà
2024-12-03
4
-10
/
+7
*
Don't repeat the task name when printing the model
Miquel Sabaté Solà
2024-12-02
2
-2
/
+4
*
Share the same stack everywhere
Miquel Sabaté Solà
2024-12-02
4
-14
/
+25
*
ci: Run tests with DEBUG=1 too
Miquel Sabaté Solà
2024-12-02
1
-0
/
+3
*
Ensure the right optimitzation level on DEBUG
Miquel Sabaté Solà
2024-12-02
1
-1
/
+1
*
Prepend the name of the task on debug
Miquel Sabaté Solà
2024-12-02
6
-20
/
+72
*
Document what we mean by scheduling on this kernel
Miquel Sabaté Solà
2024-11-30
2
-5
/
+20
*
Rename 'switch_to' to 'set_return_address_to'
Miquel Sabaté Solà
2024-11-30
2
-9
/
+6
*
Simplify the qemu target by removing QEMU_BIOS
Miquel Sabaté Solà
2024-11-30
3
-25
/
+4
*
Organize the credits better
Miquel Sabaté Solà
2024-11-29
1
-10
/
+12
*
Fix gdb target by not removing ELF executable
Miquel Sabaté Solà
2024-11-29
2
-1
/
+1
*
Allow the kernel to run as a Linux image
Miquel Sabaté Solà
2024-11-29
7
-19
/
+138
*
Replace invalid explanation from contributing.md
Miquel Sabaté Solà
2024-11-28
1
-4
/
+5
*
Use mktemp when generating the archive
Miquel Sabaté Solà
2024-11-27
1
-7
/
+5
*
Move initrd.c into lib
Miquel Sabaté Solà
2024-11-26
2
-1
/
+1
*
Move string.S to the lib directory
Miquel Sabaté Solà
2024-11-26
2
-1
/
+1
*
Move 'memcpy' to assembly
Miquel Sabaté Solà
2024-11-26
2
-23
/
+31
*
Show the detected machine model
Miquel Sabaté Solà
2024-11-26
4
-0
/
+69
*
test: Add a DT test for a VisionFive2 board
Miquel Sabaté Solà
2024-11-26
2
-6
/
+35
*
dt: Fetch the CPU frequency as well
Miquel Sabaté Solà
2024-11-26
6
-48
/
+108
*
usr: Simplify init.S
Miquel Sabaté Solà
2024-11-25
1
-4
/
+1
*
kernel: Don't tamper the 'ra' register on switch
Miquel Sabaté Solà
2024-11-25
1
-3
/
+4
*
Add files for contributing to the project
Miquel Sabaté Solà
2024-11-25
4
-0
/
+69
*
Add a make target for producing a release archive
Miquel Sabaté Solà
2024-11-25
3
-8
/
+46
*
Add a video example running on QEMU
Miquel Sabaté Solà
2024-11-25
2
-0
/
+3
*
tests: Only test initrd addresses on debug
Miquel Sabaté Solà
2024-11-25
3
-6
/
+13
*
test: Fix test on initrd
Miquel Sabaté Solà
2024-11-24
1
-6
/
+9
*
Accept tasks as a parameter on initrd extraction
Miquel Sabaté Solà
2024-11-24
4
-13
/
+21
*
kernel: Remove old code from initrd.c
Miquel Sabaté Solà
2024-11-24
1
-36
/
+15
*
Simplify the entry address computation
Miquel Sabaté Solà
2024-11-24
3
-22
/
+25
*
Simplify scheduling by introducing an init process
Miquel Sabaté Solà
2024-11-24
6
-30
/
+26
*
Enable exception handling from user mode
Miquel Sabaté Solà
2024-11-22
9
-11
/
+85
*
Fix initrd parsing because of a path change
Miquel Sabaté Solà
2024-11-22
3
-14
/
+14
*
Add a 'wfi' instruction on the main loop
Miquel Sabaté Solà
2024-11-22
1
-2
/
+5
*
usr: Rename foo/bar to fizz/buzz
Miquel Sabaté Solà
2024-11-22
4
-10
/
+10
*
Enable the timer from the SBI interface
Miquel Sabaté Solà
2024-11-22
6
-8
/
+153
*
Add basic parsing for underlying ELF executables
Miquel Sabaté Solà
2024-11-22
10
-21
/
+79
*
Initial parsing of the provided initrd file
Miquel Sabaté Solà
2024-11-21
11
-11
/
+244
*
ci: Make the build work for Ubuntu 24.04
Miquel Sabaté Solà
2024-11-20
1
-2
/
+2
*
Add a note on requirement a little-endian system
Miquel Sabaté Solà
2024-11-20
1
-0
/
+2
*
string: Cleanup leading tabs
Miquel Sabaté Solà
2024-11-20
1
-3
/
+3
*
Ensure the environment is clean on QEMU launch
Miquel Sabaté Solà
2024-11-20
1
-4
/
+4
*
Fetch the initrd address from the DTB blob
Miquel Sabaté Solà
2024-11-20
14
-52
/
+285
*
Check the return value from SBI ecalls
Miquel Sabaté Solà
2024-11-19
3
-12
/
+29
[next]