Levi Zim
Levi Zim
**Describe the question** 为什么 os8 的 exit_current_and_run_next 要先释放所有线程的 `TaskUserRes` 呢? os8 的 task/mod.rs 里: ```rust // debug!("deallocate user res"); // deallocate user res (including tid/trap_cx/ustack) of all threads // it...
os6-ref 的 Makefile 有点小问题。
riscv64 gnu linux support was added in napi-rs 2.17.0. This PR adds riscv64 linux gnu support and updates the CI yaml. There are test failures about GenerateMap that doesn't seem...
thead-blacklist.txt applies to all machines with thead cpu.
This PR adds riscv64 support. And it moves the platform/architecture checking logic after checking if the server exists because people might try to use this extension before their architecture is...
**Describe the bug** hotspot crashed when opening a very large data file(1.72GB). **To Reproduce** Steps to reproduce the behavior: ``` hotspot hotspot_crash.data &> ~/hotspot.log ``` **Expected behavior** A clear and...
This PR introduces several syntax errors.
This PR introduces basic support for riscv64 in the build system to make srsRAN build-able on riscv64 architecture. There are some test failures on riscv64 architecture(I ran the tests with...
The locale files need to be updated.
Currently TUI is already theme-able at compile time. It would be nice to theme it at runtime by loading configuration files(TOML should be fine). And I want to make several...