equation314
|
97539dd760
|
aarch64: speed up page table map/unmap
1. update crate aarch64, call tlb_invalidate() instead of tlb_invalidate_all() in MapperFlush::flush().
2. reduce user stack size to 1MiB.
|
6 years ago |
equation314
|
52251b2adb
|
aarch64: refactor to linear mapping
TODO:
* `map`, `unmap` is significantly slower than other archs
* set segment permissions for kernel page table in bootloader
|
6 years ago |
Jiajie Chen
|
26e47fc36f
|
[WIP] Initial rv64 sv39 support
|
6 years ago |
Jiajie Chen
|
d66df43ec0
|
[WIP] rv32 linear mapping
|
6 years ago |
WangRunji
|
cd22273ef9
|
refactor to linear mapping for x86_64
|
6 years ago |
WangRunji
|
d28f54ce32
|
show tid on log
|
6 years ago |
equation314
|
03a8b3e449
|
aarch64: disable FP/SIMD registers again, update crates
|
6 years ago |
equation314
|
bfe03b8ea0
|
aarch64: fix vm clone fault in fork
|
6 years ago |
Jiajie Chen
|
35079e4193
|
Bump buddy system allocator
|
6 years ago |
WangRunji
|
6883127d5a
|
update fs. add BlockCache
|
6 years ago |
Jiajie Chen
|
8651f09b31
|
Automatically enlarge heap when kernel heap is about to run out
|
6 years ago |
WangRunji
|
54de0d8ae7
|
remove once crate. fix bitvec crate commit id.
|
6 years ago |
WangRunji
|
c885ea6d77
|
impl pseudo INode '/proc/self/exe'
|
6 years ago |
WangRunji
|
27f5c7b2e4
|
detach thread to auto recycle tid. fix #25
|
6 years ago |
Jiajie Chen
|
ff50a45396
|
Now ready to use busybox sh for user shell
|
6 years ago |
WangRunji
|
48c40497ac
|
update crate uart_16550 to v0.2. deny unused_must_use.
|
6 years ago |
WangRunji
|
f88cffb8ab
|
fix bitvec version
|
6 years ago |
Jiajie Chen
|
41dab25f9c
|
Merge remote-tracking branch 'origin/master' into dev
|
6 years ago |
Harry Chen
|
358e682bad
|
Enable PCI initialization for matal, update mips crate and user app repo
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
Yuhao Zhou
|
b6aa9858d3
|
Fix return register in sys_clone.
|
6 years ago |
Harry Chen
|
88bda7c4a0
|
Use Linux syscall number for mips N32 ABI, update user app
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
Yuhao Zhou
|
9d576b4827
|
Update Cargo.lock for rust-mips.
|
6 years ago |
Harry Chen
|
a2e98d73fd
|
Extract serial driver and add mipssim board for mipsel
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
Harry Chen
|
fedb53346a
|
Update mips crate
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
Harry Chen
|
62fe4e5361
|
Update rust-mips crate
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
Harry Chen
|
48864bd79b
|
Add more output to backtrace, revert fs change, update rust-mips
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
WangRunji
|
a712f37c65
|
update fs. support poll for INode.
|
6 years ago |
Harry Chen
|
9f7f82a72d
|
Fix compilation errors in drivers
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
6 years ago |
WangRunji
|
56cb8654ae
|
move E1000 driver to isomorphic_drivers crate
|
6 years ago |
WangRunji
|
847664fda1
|
move AHCI driver to isomorphic_drivers crate
|
6 years ago |
Jiajie Chen
|
b0c9087f0f
|
Implement ioctl arp translation
|
6 years ago |
Jiajie Chen
|
025007c8bf
|
Upgrade rcore-thread for riscv fixes
|
6 years ago |
WangRunji
|
b77a52dccb
|
move bit-allocator and rcore-thread crate to remote
|
6 years ago |
WangRunji
|
c9a68634f5
|
simplify FdSet using bitvec crate
|
6 years ago |
Harry Chen
|
f8a62b5549
|
Merge remote-tracking branch 'origin/master' into mipsel
|
6 years ago |
Jiajie Chen
|
66af7473eb
|
Do not use alloc::prelude
|
6 years ago |
Harry Chen
|
b6f1b3c926
|
Merge remote-tracking branch 'origin/master' into mipsel
|
6 years ago |
Yuhao Zhou
|
a78916c57e
|
Add MIPS target.
|
6 years ago |
WangRunji
|
11c5609171
|
refactor PCI mod using pci crate
|
6 years ago |
Jiajie Chen
|
9831cae13c
|
Fix travis CI for riscv32
|
6 years ago |
Jiajie Chen
|
311cf104f9
|
Many minor fixes to allow gcc to run inside rCore. Add some syscalls, fix SEEK_* and enlarge the heap
|
6 years ago |
WangRunji
|
c2a90e2ab1
|
update dependencies
|
6 years ago |
WangRunji
|
fc584753c1
|
update crate x86_64 to v0.5, bootloader to v0.4
|
6 years ago |
Jiajie Chen
|
285ffc7618
|
Move absolute/relative path resolution to rcore-fs, implement dummy sys_fchown, sys_fchownat and sys_symlinkat
|
6 years ago |
Jiajie Chen
|
547baa9ecd
|
Implement symlink following
|
6 years ago |
Jiajie Chen
|
0272aa1070
|
Implement sys_readlink and improve sys_mremap
|
6 years ago |
Jiajie Chen
|
c7b34a7f72
|
Use enable_irq explicitly in ixgbe driver
|
6 years ago |
Jiajie Chen
|
f09290442c
|
Add pkttop.sh, bump user and drivers version
|
6 years ago |
Jiajie Chen
|
6725ca10ab
|
Fix IXGBE driver with drop and update user with working userland networking
|
6 years ago |
WangRunji
|
b9a7888290
|
update fs. impl sys_sync, sys_rmdir. fix sys_unlink.
|
6 years ago |