| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| * | Setup the stack for an init task | Miquel Sabaté Solà | 2024-11-19 | 17 | -24/+281 |
| * | usr: Make sure usr/bin/ exists | Ricardo B. Marliere | 2024-11-19 | 1 | -0/+1 |
| * | usr: Bootstrap the initramfs for the kernel | Miquel Sabaté Solà | 2024-11-18 | 4 | -12/+57 |
| * | Load debug symbols on the gdb target | Miquel Sabaté Solà | 2024-09-24 | 2 | -20/+41 |
| * | Add CI job | Miquel Sabaté Solà | 2024-09-24 | 3 | -4/+37 |
| * | Bootstrap the project | Miquel Sabaté Solà | 2024-08-24 | 13 | -0/+1095 |
