Chuandong Li
Chuandong Li
The current implementation of `VmMapping` lacks the capability to actively resize; it solely relies on merging adjacent VmMappings when their permissions are identical. This functionality deficiency becomes prominent in user...
At present, we have implemented `ResourceLimits`, yet their impact has not come into effect as expected. We should refactor the process construction to ensure adherence to the constraints specified within...
related to #762
This PR provides support for asterinas running on multi-processors. The main contributions of this PR include: - [x] Implemented a user-friendly Inter-Processor Interrupt (IPI) interface for the APIC. - [x]...
The boot stack is currently hardcoded to a size of 4MB within the boot.S file. While this ensures a generous amount of stack space during boot, it seems excessively large...