aero icon indicating copy to clipboard operation
aero copied to clipboard

Aero is a new modern, experimental, UNIX-like operating system following the monolithic kernel design. Supporting modern PC features such as long mode, 5-level paging, and SMP (multicore), to name a f...

Results 35 aero issues
Sort by recently updated
recently updated
newest added

This PR aims to implement support for SMAP, SMEP and UMIP, and is provided as a draft so that my non existent rust skills can be reviewed already. It also...

![image](https://user-images.githubusercontent.com/81543231/175182953-1766ba18-a1cf-470d-8379-d6d4af9d8a49.png) Running inside `Oracle VM VirtualBox` Version: Latest prebuilt

bug
good first issue
C-kernel

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

Make it a cargo build.rs

enhancement

The current shell is pretty basic and could do with an overhaul. A registry of some form along with installation might be in order. Using something like nushell would remove...

enhancement
good first issue

Aero should add a sysfs and procfs interface for PCI.

C-kernel

nuff said, we need (easy to create) kernel level ABI emulation early on(maybe even add a linux ABI emulator).

We need to get the ability to change the niceness of our processes in userspace with syscalls.

enhancement
C-kernel