aero
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...
Hello! There's a bit of an issue with the build process, and the way the bundled cargo is called from `aero.py` seems to disagree with subprocess on my system for...
My Desktop computer seems to have almost full support for aero except for the GPU(which can be fixed by https://github.com/Andy-Python-Programmer/aero/issues/58 and by either porting the G80 UMS driver or fixing...
I've read that in order to compile Aero on my local machine i needed Linux, but since I'm currently on Windows 11 **I decided to use WSL. I've followed the...
Hello, thank you for your contribution in this project. I am scanning unsound problem in rust project and I notice the following code: https://github.com/Andy-Python-Programmer/aero/blob/c5f81142d8996044730436349d3b005bbb0b9b9e/src/aero_kernel/src/acpi/rsdp.rs#L94 ``` pub fn new(address: VirtAddr) ->...
**Description** I notice the following code. https://github.com/Andy-Python-Programmer/aero/blob/c5f81142d8996044730436349d3b005bbb0b9b9e/src/aero_syscall/src/lib.rs#L238 ``` pub struct Utsname { pub sysname: [u8; 65], pub nodename: [u8; 65], pub release: [u8; 65], pub version: [u8; 65], pub machine:...