-
### Describe the bug
Failed to run configure
### Steps to reproduce
❯ kraft configure
kraft caches are out-of-date. Would you like to update? [Y/n]: Y
[INFO ] Using direct repository: https://…
-
The config `HIFIVE_verification_SMP_MCS_gcc_64` seem to now very often fail the test `IPC0001` by hanging at that test.
This may be a result of the new build environment with downgrades riscv-gcc f…
lsf37 updated
2 years ago
-
I notice that the PSpace is 254G, it will not be able to map the whole physical address space, so how can we use the "not kernel addressable" block in the top of the physical address space? Which segm…
-
Seb, thank you again for all your hard work with this finicky program. The commits from today (commits near c7a4dbe I think?) are getting RMS Express to open (and connect to Telnet!) with mono - whic…
-
So... Gold Source linux games have been crashing for idk how long now. The last revision I can recall it working on was the [v0.2.4 release](https://github.com/ptitSeb/box86/releases/tag/v0.2.4) but …
-
RISC-V assembly startup code at
https://github.com/seL4/seL4_tools/blob/53d5db6b6f50652e11a6cb83915c6a8d9ca7d5d5/elfloader-tool/src/arch-riscv/crt0.S#L52
looks broken, I can't figure out why we use…
-
Log:
````
$ cmake ..
CMake Warning (dev) at CMakeLists.txt:42 (project):
Policy CMP0048 is not set: project() command manages VERSION variables.
Run "cmake --help-policy CMP0048" for policy d…
-
OS is Arch Linux.
**Build Log**
What is the build error?
```
[user@arch build]$ cmake ..
-- The C compiler identification is Clang 13.0.0
-- The CXX compiler identification is Clang 13.0.0
-- D…
-
The value of `bootloader_dtb` in `main`, arch-riscv/boot.c:290 does not correspond to the arg1 from OpenSBI.
The patch below seems to fix the problem.
NOTE: tested with `-DElfloaderIncludeDtb=OFF`…
-
The function `print_cpuid` decodes the CPUID_PART using the following logic:
```
if ((CPUID_PART(cpuid) & 0xf00) == 0xC00) {
printf("Cortex-A%d ", CPUID_PART(cpuid) & 0xff);
} el…