From 5754a8591252da5d5eeb4281064f0b82bfdc03a8 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 18 Aug 2026 13:34:48 +0200 Subject: kernel: fix test build issues --- kernel/kernel/test_support/kapi/memory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel') diff --git a/kernel/kernel/test_support/kapi/memory.cpp b/kernel/kernel/test_support/kapi/memory.cpp index 33b725bd..01fc078a 100644 --- a/kernel/kernel/test_support/kapi/memory.cpp +++ b/kernel/kernel/test_support/kapi/memory.cpp @@ -12,8 +12,8 @@ namespace { //! The size of the simulated RAM. - constexpr auto physical_size = kstd::units::MiB(32); - constexpr auto virtual_size = kstd::units::GiB(1); + constexpr auto physical_size = kstd::units::MiB(32u); + constexpr auto virtual_size = kstd::units::GiB(1u); constexpr auto number_of_frames = physical_size / kapi::memory::frame::size; -- cgit v1.2.3