liumos icon indicating copy to clipboard operation
liumos copied to clipboard

A toy operating system which supports NVDIMM natively.

Results 34 liumos issues
Sort by recently updated
recently updated
newest added

``` UEFI 2.6: PI 1.4 8192MB Memory Celeron N4100 CPU @ 1.10GHz ```

type:machine support status

https://pci-ids.ucw.cz/read/PC/10ec/8168 Rev.15 IO: 0xE000 - 0xE0FF?

Currently, there is no lock around memory allocation. this may cause memory corruption so fix it!

Since app test requires c/c++ libraries, app tests will fail on CI. Update CI image to include prebuilt libs and enable app test on CI.

liumos->cpu_features, hpet may point physical address which cannot be used in user process. This causes unexpected behavior while running applications.

https://github.com/rust-lang/rust/issues/76698