Anhad Singh

Results 28 issues of Anhad Singh

Signed-off-by: Andy-Python-Programmer

Add the strong type system that we were talking about when the language was not on github. Types ``` rust 1. u8 2. u32 3. u64 4. f32 5. f64...

enhancement
Proposal

Maybe turn the ramfs into a trait instead which would make it easier to make in memory file systems with custom file contents type without needing to bloat the ramfs...

C-kernel

The upcoming versions of Limine will not support the `stivale` and `stivale2` protocols to avoid fragmenting users into 3 different, separate protocols, by incentivising the move to the Limine protocol;...

good first issue
C-bootloader
C-kernel

We could have the concept of purgeable kernel memory that we can purge at any moment if we get out of memory. This way we could have a `PurgeableOnce` which...

enhancement
C-kernel

We could probably build the sysroot in the CI and fetch it if we dont want to build the sysroot locally. It should not be that expensive as in time...

enhancement
help wanted
good first issue

Currently the `aero_kernel` uses the `linked_list_allocator` crate for the kernel allocator. We might want to switch the allocator from a linked list allocator to an object-caching slab allocator which is...

enhancement
C-kernel

Add support for aarch64 and use the qemu machine type raspi3 to emulate a raspberry pi 3 in qemu. Checklist: - [ ] Port the build system to use the...

C-bootloader
C-kernel

Currently if I run my os: ```toml [dependencies.bootloader] version = "0.10.0" features = ["binary", "uefi_bin"] ``` I get: ``` Compiling bootloader v0.10.0 error: failed to run custom build command for...