Chengjun Chen

Results 51 comments of Chengjun Chen

> | 35 | nanosleep | ✅ | @tatetian well, actually the Linux Compatibility section has marked the `nanosleep` syscall as supported (it might have been incidental before due to...

Can you give the command to boot Asterinas? This panic usually occurs due to a long disable interrupt. Currently in main branch, using `make run` to boot Asterinas should not...

Modification: add the syscall `getrusage` which will be used in `lmbench` and update the Linux Compatibility section of the Asterinas Book.

> Any idea on how I can resolve these issues? I'm using that bit of code to transform data into byte vectors and write them to a file as binary....

> So the page cache module may decide the way it prefetches, not the VM module. The optimization operation in this PR is actually an independent mechanism from page cache...

> And we are planning to rework the file-backed memory, removing the VMO usage. BTW, I think we can still use VMO. For the file-backed memory we can treat the...

> How about using cfg(debug_assertions), as suggested by https://stackoverflow.com/questions/39204908/how-to-check-release-debug-builds-using-cfg-in-rust? This can be work for now, but debug_assertions != debug mode. One may do this to test the `debug_assertion` in release...

The `build.rs` method can not work either. I finally decide to make the kernel stack size configurable, since the kernel stack size of the system developed by OSDK users may...