Squashed some bugs; implemented first iteration of kernel items

This commit is contained in:
Arthur Beck 2025-02-11 21:30:43 +00:00
parent a2311366f2
commit 04ee0a1cb2
13 changed files with 245 additions and 111 deletions

View file

@ -4,6 +4,7 @@
"rust-analyzer.linkedProjects": [
"kernel/Cargo.toml",
"kernel/aphrodite_proc_macros/Cargo.toml",
"kernel/aphrodite_common/Cargo.toml"
"kernel/aphrodite_common/Cargo.toml",
"user/Cargo.toml"
],
}