Go to file
2024-08-23 10:18:06 +08:00
.cargo feat: drop xtask, use makefile 2024-05-05 00:06:43 +08:00
.github/workflows feat: build: allow to select build mode 2024-06-02 15:32:17 +08:00
.vscode chore: kernel: trap: print trace when page fault happens 2024-06-21 14:14:39 +08:00
kernel feat: kernel/plat/generate_driver: make required packages self-contained 2024-08-23 10:18:06 +08:00
lib feat: refactor kernel/plat: add generate_driver macro for static dispatch 2024-08-23 09:54:32 +08:00
root feat: add yield 2024-07-03 22:51:21 +08:00
tools chore: tools: parse_backtrace: just append info 2024-06-15 16:16:30 +08:00
uapi chore: uapi: mute warnings 2024-08-23 10:02:56 +08:00
.gitignore chore: makefile: adjust loglevel when debug enabled 2024-07-03 21:09:34 +08:00
Cargo.lock chore: make compiler happy 2024-08-02 14:09:21 +08:00
Cargo.toml chore: rename api to uapi 2024-05-05 21:28:34 +08:00
Makefile feat: clippy: treat warning as error 2024-08-23 10:02:27 +08:00
rust-toolchain.toml init 2023-09-06 22:51:24 +08:00
rustfmt.toml feat: refactor vspace 2024-05-19 14:01:05 +08:00