76 Commits (9aeef1b845f80f19c20424cde7a87e3634b5b1bb)

Author SHA1 Message Date
lcy1996 eb00b2bfd3 merge conflict
6 years ago
lcy1996 a8da42d521 Add expr4 report and some trace for synctest
6 years ago
chenqiuhao 4d8d48cf4d repair some bugs and move child control to processmanager
6 years ago
lcy1996 c5499a62c5 Fix bug in swap in/out. Address ailign to 4K.
6 years ago
chenqiuhao 6652f8daf6 repair some bugs
6 years ago
chenqiuhao 8d6d3b7c37 debug for sleepkill
6 years ago
lcy1996 5ee44588e0 Enlarge the physical and kernel heap memory. Fix the bug in map the kernel.
6 years ago
lcy1996 990ce51007 Code Transplanting: unwrap -> expect
6 years ago
lcy1996 9adcea44d5 Code transplanting: Fix bugs. Pass test 'spin'
6 years ago
lcy1996 fcdee71f9d Merge confilt
6 years ago
lcy1996 c8ea2cb0cf Fix bug and enable swap in/out and frame delayed allocating.
6 years ago
chenqiuhao 2002ddd5fa move processor from wrj
6 years ago
lcy1996 b1425a53f9 finish frame delayed allocating
6 years ago
lcy1996 504401355f Add expr3 report(not finiished.
6 years ago
lcy1996 edde416052 Finish swap for multi-user process
6 years ago
lcy1996 ec27ed8d2e add comment
6 years ago
lcy1996 63349ade19 Finish add more comment for kernel and finish set user memory swappable.
6 years ago
lcy1996 0a81014007 Add page handler for swap in/out in riscv32's pagefault
6 years ago
Ben Pig Chu fc727b9618 Merge branch 'OsTrain2018-g4' of https://github.com/oscourse-tsinghua/RustOS into crate-memory-comment
6 years ago
Ben Pig Chu 4a17ce8f16 comments of crate/memory
6 years ago
chenqiuhao 5bc40fd5d4 Merge branch 'OsTrain2018-g4' of https://github.com/oscourse-tsinghua/RustOS into OsTrain2018-g4
6 years ago
chenqiuhao e05be94c80 finish the comment of the process
6 years ago
lcy1996 b3e2ca8aa0 Merge conflict
6 years ago
chenqiuhao c4b53dc8e5 finish comment of sync
6 years ago
chenqiuhao ddb679ce2b update comment for bbl module, but have not finished.
6 years ago
WangRunji cd1bd55729 Update README, travis, riscv crate.
6 years ago
WangRunji 924c061d64 Merge branch 'x86-boot'
6 years ago
dzy 5a0ce1e464 Refactored RISC-V page table identity mapping into a function.
6 years ago
dzy 906019f7c6 Add little notes for BitAllocator
6 years ago
WangRunji caeff9ad97 Update packages and fit for new Rust nightly
6 years ago
WangRunji b88648ff44 Fit for newest Rust nightly. x86_64 ok, riscv32 broken.
6 years ago
WangRunji a2111a928f Move thread mod to ucore-process crate
6 years ago
WangRunji 776dc976c9 Fix for user
6 years ago
WangRunji 06b39ed521 Impl remove any for StrideScheduler
6 years ago
WangRunji 04b62ec79f Use Vec instead of array in Scheduler
6 years ago
WangRunji c8a9eaf3e6 Split process mod to extern crate
6 years ago
WangRunji 0c9679b710 Fix fork and syscall return value.
6 years ago
WangRunji 27daa6d491 Fix user trap
6 years ago
WangRunji 1ad3ed738e Can run user program in RV32
6 years ago
WangRunji 89bcd5f660 Fix kernel thread
6 years ago
WangRunji 96d8af8034 Use CowExt for RV32
6 years ago
WangRunji 7d856fe009 Fix memory::cow LLVM error for RV32
6 years ago
WangRunji 5530549a54 Recover `process` `thread` `sync` mod for RV32. Pass compile.
6 years ago
WangRunji 7c7dbc9ded Add CR3 to Context (x86_64)
6 years ago
WangRunji 95ab3a2f3b Allocate kernel stack from heap, remove stack allocator, remove guard page.
6 years ago
WangRunji 81ff6f13e5 Fix recursive mapping, finish kernel remap.
6 years ago
WangRunji d3ed84ba61 Fix compile
6 years ago
WangRunji aecb85d5e7 Move MemorySet out to memory crate
6 years ago
WangRunji 5c14673fe0 Setup a simple page table, enable paging.
6 years ago
WangRunji b26fee1990 Make more mods common for both x86_64 & riscv32.
6 years ago