Timon Kruiper

Results 6 issues of Timon Kruiper

This commit adds various changes to ClashOS to get the stack traces and bootloader to work again in qemu and on real hardware. The linker scripts are changed to allow...

By implementing the `TimeManagment` class for aarch64, we now keep track of the elapsed time, which allows us to prepend the correct time since boot for the format (`dmesgln` etc)...

✅ pr-maintainer-approved-but-awaiting-ci

With these commits, we now build the same source files for the x86(_64) and aarch64 kernel!

👀 pr-needs-review

When building a simple c++ hello world with llvm11 branch (llvm 11.0.0-rc5) (`zig c++ example-cc.cpp -target arm-linux-musleabi -mcpu=generic+v6kz`): ```cpp #include int main() { std::cout

bug
contributor friendly
upstream
arch-arm
zig cc
backend-llvm

First of all thanks for this IP, I'm using it in a research project on the University of Twente in the Netherlands. However in commit 18d9aee1a3f5e97a7ab404067b02ca5286caf344 you introduced resetting some...

You should use packed structs for mmio instead of normal structs, since normal structs don't have a in-memory defined layout and the compiler is allowed to change the order of...

defect
latent
zig/issues/2627