anbo

Results 10 comments of anbo

It seems that this code only works for windows,you can refer this pull request #1

I encountered a similar BUG when running Redis, which was caused by the` read_at(&self, offset: usize, buf: &mut [u8]) -> Result` function in [ramfs/fs.rs](https://github.com/asterinas/asterinas/blob/main/kernel/aster-nix/src/fs/ramfs/fs.rs). The issue arose because RamInode would...

> I encountered a similar BUG when running Redis, which was caused by the` read_at(&self, offset: usize, buf: &mut [u8]) -> Result` function in [ramfs/fs.rs](https://github.com/asterinas/asterinas/blob/main/kernel/aster-nix/src/fs/ramfs/fs.rs). The issue arose because RamInode...

> Could you please fix the CI failure? The new commit makes two CI test fail. > > The lint test can be fixed simply. Just run `make format` and...

> I think the change proposed in this PR is correct. > > As a further optimization, `switch_to_task` should do nothing if the given `next_task` is equal to the `current_task`....

> > @lrh2000 #821 has a commit that shares mostly the same optimization idea as this PR. But I think this PR executes a slightly better. So let's discuss it...

> @anbo225 Need to remove one of the two optimizations from this PR as @junyang-zh has added it in the new page table. We will merge this PR after the...

Is there still someone tracking and completing this issue? If not, I can complete the tasks in the plan. @YanWQ-monad @tatetian

> OK I'll try. @jellllly420 I've confirmed this RISC-V branch https://github.com/asterinas/asterinas/issues/777 https://github.com/asterinas/asterinas/pull/1093 can boot and execute HelloWorld program with minor modifications, though BusyBox functionality remains problematic. I'd be happy to...