| .. |
|
arch
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
boot
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
bus
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
collections
|
Rename aster-frame to ostd
|
2024-06-27 15:45:49 +08:00 |
|
cpu
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
mm
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
sync
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
task
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
timer
|
Extract shared code from timer
|
2024-09-30 10:02:08 +08:00 |
|
trap
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
console.rs
|
Log messages to the serial atomically and rename `arch::serial`
|
2024-07-09 21:56:03 +08:00 |
|
error.rs
|
Refactor kernel virtual memory allocation for kernel stack and I/O memory
|
2024-10-21 09:53:05 +08:00 |
|
io_mem.rs
|
Fix the range of IoMem's reader/writer
|
2024-11-07 14:18:33 +08:00 |
|
lib.rs
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |
|
logger.rs
|
Reorder heap initialization
|
2025-01-02 10:41:51 +08:00 |
|
panic.rs
|
Remove the linkage feature usage for `ostd::main`
|
2024-10-20 13:24:58 +08:00 |
|
prelude.rs
|
Implement a new set of physical page APIs
|
2024-12-27 12:12:51 +08:00 |
|
smp.rs
|
Use `CpuId` with validity ensurance rather than `u32`
|
2024-10-26 22:06:41 +08:00 |
|
user.rs
|
Use `#[expect(lint)]`, not `#[allow(lint)]`
|
2025-02-08 15:10:04 +08:00 |