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
|
e3cfc0a45c
|
Merge branch 'OsTrain2018-g4' of github.com:oscourse-tsinghua/RustOS into lcy_issue1
|
6 years ago |
lcy1996
|
b3e2ca8aa0
|
Merge conflict
|
6 years ago |
lcy1996
|
e4300d3515
|
Add more comment in kernel but not finished
|
6 years ago |
chenqiuhao
|
c4b53dc8e5
|
finish comment of sync
|
6 years ago |
lcy1996
|
96c79520cf
|
Add Cargo.lock to gitignore.
|
6 years ago |
chenqiuhao
|
0976f8d944
|
Merge branch 'OsTrain2018-g4' of https://github.com/oscourse-tsinghua/RustOS into OsTrain2018-g4
|
6 years ago |
chenqiuhao1997
|
142103883b
|
Delete Cargo.lock
|
6 years ago |
chenqiuhao1997
|
1c6a02bb48
|
Delete Cargo.lock
|
6 years ago |
chenqiuhao1997
|
6c92a4a48f
|
Delete Cargo.lock
|
6 years ago |
chenqiuhao1997
|
da85d76a0d
|
Delete Cargo.lock
|
6 years ago |
chenqiuhao1997
|
f37e66a24c
|
should not update in the git
|
6 years ago |
chenqiuhao
|
ddb679ce2b
|
update comment for bbl module, but have not finished.
|
6 years ago |
lcy1996
|
4e0b510895
|
Finish comment for ristv boot.
|
6 years ago |
WangRunji
|
fc2fd18c36
|
Add docs for thread::spawn()
|
6 years ago |
WangRunji
|
7dd9494389
|
Add `Scheduler.move_to_head(pid)` to replace `Processor.next`
Rename `set_reschedule` to `yield_now`
|
6 years ago |
WangRunji
|
501ce6c4be
|
Fix memory crate test compile.
|
6 years ago |
WangRunji
|
528c919626
|
Remove root Makefile. Add dev docs link.
|
6 years ago |
WangRunji
|
cd1bd55729
|
Update README, travis, riscv crate.
|
6 years ago |
WangRunji
|
924c061d64
|
Merge branch 'x86-boot'
# Conflicts:
# crate/riscv
# kernel/Makefile
|
6 years ago |
WangRunji
|
224905f12c
|
Update Makefile
|
6 years ago |
WangRunji
|
7a9b746c68
|
x86_64 back to normal.
* Fix kernel stack P4E
* User programs: disk0 -> disk1
* IDE IRQ appears ??
|
6 years ago |
WangRunji
|
7f00001fd1
|
Move to higher half
|
6 years ago |
Wang Runji
|
32b335adc0
|
Merge pull request #4 from Hoblovski/master
Add docs & small fix to makefile
|
6 years ago |
dzy
|
5a0ce1e464
|
Refactored RISC-V page table identity mapping into a function.
|
6 years ago |
dzy
|
11223957d1
|
Add `mkdir build` in makefile.
It this is missing, building with a clean repository will fail
because build/ does not exist.
|
6 years ago |
WangRunji
|
84e1f148c2
|
Remove legacy env files.
|
6 years ago |
WangRunji
|
0a9c294814
|
Fix x86_64 startup. TODO: higher half.
* Remove legacy boot, MP, ACPI.
* Disable SMP.
* Modify startup: boot -> arch::init -> kmain.
* Fix FrameAllocator on x86_64.
* Remove kernel remap.
* Alloc kernel heap at bss.
|
6 years ago |
dzy
|
906019f7c6
|
Add little notes for BitAllocator
|
6 years ago |
WangRunji
|
0437e5cb17
|
Make it compile for bootimage toolchain
* Revert to nightly-2018-08-27 due to its bug on macOS
* Not build C code
|
6 years ago |
WangRunji
|
caeff9ad97
|
Update packages and fit for new Rust nightly
|
6 years ago |
WangRunji
|
30a569d889
|
Update README
|
6 years ago |
WangRunji
|
cbe7affc5d
|
Merge riscv for QEMU & FPGA
|
6 years ago |
WangRunji
|
ff8930a36c
|
Make frame allocator smaller. Fix serial stupid bug.
|
6 years ago |
WangRunji
|
3cf118ba67
|
Mul & div inst emulation
|
6 years ago |
WangRunji
|
b99dc3d1cf
|
Merge branch 'new-rv-toolchain' into board
|
6 years ago |
WangRunji
|
640872d154
|
Use alloc API to fix stack overflow in release mode.
|
6 years ago |
WangRunji
|
384f6a9c9c
|
Change kernel heap to identity map
|
6 years ago |
WangRunji
|
dc97b4b433
|
Fix atomic_compare_exchange
|
6 years ago |
WangRunji
|
3d0d6e3d02
|
Merge branch 'new-rv-toolchain' into board
# Conflicts:
# kernel/Makefile
# kernel/src/arch/riscv32/boot/entry.asm
|
6 years ago |
WangRunji
|
3d6fcb8d8c
|
Fix x86_64. Not elegant.
|
6 years ago |
WangRunji
|
b61a2c9dd2
|
Fix user project for new toolchain
|
6 years ago |
WangRunji
|
4c402a5706
|
Update travis
|
6 years ago |
WangRunji
|
10e3cea340
|
Only use Rust toolchain to build for rv32. Set arch to rv32i. x86_64 broken.
|
6 years ago |
WangRunji
|
296b6196f4
|
rv64 toolchain configure for riscv-pk
|
6 years ago |
WangRunji
|
b88648ff44
|
Fit for newest Rust nightly. x86_64 ok, riscv32 broken.
|
6 years ago |
WangRunji
|
7e5726845f
|
Simple bootloader. Remove riscv-pk.
|
6 years ago |
WangRunji
|
025d3eba22
|
Update README
|
6 years ago |
WangRunji
|
a2111a928f
|
Move thread mod to ucore-process crate
|
6 years ago |