mimiker icon indicating copy to clipboard operation
mimiker copied to clipboard

Simple unix-like operating system for education and research purposes

Results 69 mimiker issues
Sort by recently updated
recently updated
newest added

The primary problem with our current boundary tag allocation solution which is based on the pool allocator is that it creates a cyclic dependency between `pool` and `vmem`. If a...

review

Kernel malloc implementation based on slabs. This PR contains changes introduced in #1336.

review

Please, note that the changes in the emmc interface are also a part of #1101. Once merged they should be not visible here.

blocked
review

Introducing choosing a different clock for profiling that will not be synchronized with the main (hardclock) clock. Depends on #1062

review

Implement USB on Malta platform. This involves: - UHCI host controller driver - USB bus driver (implement as a set of routines, not an actual bus driver) - HUB support...

WiP

Implement `sigtimedwait` system call.

review

Implement mprotect. The most significant addition here is splitting the segments when we are trying to change the permissions only of the part of them.

WiP

Introduce a USB mass storage device driver.

review