COMMITS
September 22, 2024
A
Makefile: add support for building on FreeBSD (#1103)
Al Hoang committed
September 9, 2024
N
Use `Path::get()` in `chdir` function to support `..` path nav (#1104)
nathan hsiao committed
September 3, 2024
R
August 20, 2024
N
Add size option (-s) to the `ls` command (#1102)
nathan hsiao committed
January 4, 2024
J
Remove unnecessary clones when piping commands in `hull` (#1089)
Jacob Lott committed
December 23, 2023
N
Makefile: don't hardcode the path for `bash` (#1086)
Niklas committed
December 22, 2023
N
Restructure init of PCI legacy interrupts (INTx); add `lspci` app (#1081)
Nathan Royer committed
December 13, 2023
N
Allow init to proceed without PS/2 keyboard or mouse (#1082)
Niklas committed
December 12, 2023
N
aarch64: support PCI INTx legacy interrupts USB (#1071)
Nathan Royer committed
K
`chdir`: handle paths with multiple components (#1080)
Klim Tsoutsman committed
December 5, 2023
K
Rename `async_channel` to `sync_channel` (#1078)
Klim Tsoutsman committed
N
Increase PS/2 timeouts for reset (#1079)
Niklas committed
November 21, 2023
K
Clarify MacOS build instructions (#1077)
Kevin Boos committed
November 15, 2023
K
Remove old irrelevant items from `Cargo.toml` (#1075)
Klim Tsoutsman committed
K
Add `.DS_Store` files to `.gitignore` (#1074)
Klim Tsoutsman committed
November 8, 2023
K
Parameterize `AllocatedPages` with `P: PageSize` (#1072)
Kevin Boos committed
K
Parameterize `Frames` (`AllocatedFrames`) with `<P: PageSize>` (#1070)
Kevin Boos committed
October 30, 2023
K
`heap`: fix bug dealing with large allocations (#1067)
Klim Tsoutsman committed
K
Upgrade to latest Rust nightly v1.75 (#1065)
Kevin Boos committed
October 24, 2023
K
Ignore non-code paths in QEMU test CI action (#1063)
Klim Tsoutsman committed
K
Redesign `path` crate to follow `std::path` (#1061)
Klim Tsoutsman committed
October 23, 2023
K
book: Add links to KISV 2023 paper and GOSIM 2023 presentation (#1062)
Kevin Boos committed
October 21, 2023
K
Add and improve README badges (#1060)
Kevin Boos committed
October 17, 2023
N
aarch64: minor improvements to interrupts module (#1052)
Nathan Royer committed
October 16, 2023
K
Make `eoi` (end of interrupt) consistent across architectures (#1057)
Kevin Boos committed
K
aarch64: move generic system timer to its own crate (#1054)
Kevin Boos committed
N
Fix README instructions for creating a bootable USB image
Niklas committed
October 14, 2023
N
Explicitly set locale in Makefile (#1055)
Niklas committed
October 7, 2023
K
Redesign the interrupt controller crate; support x86_64 (#1051)
Kevin Boos committed
October 5, 2023
K
Add new, more robust scheduler test (#1045)
Klim Tsoutsman committed