1058 Commits (015cc72aa42d223111436b579d14e8b823437205)
 

Author SHA1 Message Date
Harry Chen 015cc72aa4 Fix malta drivers
6 years ago
Harry Chen 8dff9f1b14 Re-orgnize drivers for mipsel, extract FBConsole driver to common directory
6 years ago
Harry Chen 85245c4e21 Finish serial initialization
6 years ago
Harry Chen 4e3b2fb80f Add support for 16550 serial controller
6 years ago
Harry Chen 2d5b6948b5 Pass dtb to driver, remove rv code in io
6 years ago
Harry Chen 0a02315990 Add kernel stack for exception handling
6 years ago
Harry Chen 4ddcdeb004 Complete DTS for qemu-malta
6 years ago
Harry Chen b6f1b3c926 Merge remote-tracking branch 'origin/master' into mipsel
6 years ago
Harry Chen c496dd5778 Fix extra endif in Makefile
6 years ago
Harry Chen 34c3d139a1 Modify linker script to mipsel arch, add dts in kernel binary
6 years ago
Yuhao Zhou d588a922ab Fix some syntax errors.
6 years ago
Harry Chen ebd1127f1a Merge branch 'mipsel' of github.com:oscourse-tsinghua/rcore_plus into mipsel
6 years ago
Harry Chen 52758e6620 Add simple bootloader for mipsel
6 years ago
Yuhao Zhou bcff364b1a Add exception handler for MIPS.
6 years ago
Yuhao Zhou 9bdac887f0 Remove SBI.
6 years ago
Yuhao Zhou 95b9fe5f5b Add timer for mips.
6 years ago
Yuhao Zhou cbb59d853b Fix arch error in mips.
6 years ago
Yuhao Zhou e53b3c16f6 Add interrupt for mips32 in crate::thread.
6 years ago
Yuhao Zhou a78916c57e Add MIPS target.
6 years ago
equation314 b8d91965e7 aarch64: fix `A1` field in `TCR_EL1` register
6 years ago
Jiajie Chen 236ddd0827 Move chmod to x86 specific syscall
6 years ago
Jiajie Chen 105ce6a794 Merge remote-tracking branch 'rcore/dev'
6 years ago
WangRunji 1ffd44cde0 HUGE REFACTOR net module
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
Jiajie Chen 524865ebd8 Implement sys_prlimit64 for nginx
6 years ago
WangRunji c2a90e2ab1 update dependencies
6 years ago
WangRunji b836b11792 reformat code using `cargo fmt`
6 years ago
Jiajie Chen fe88f4f77f Fix sys_readv not updating file offset
6 years ago
equation314 e4df6d6788 Fix bootloader build failure on aarch64
6 years ago
Jiajie Chen 7f36069b11 Change travis test arch from riscv64 to riscv32
6 years ago
Jiajie Chen 772ab4f37d Change travis badge link, and fix allow_failures syntax
6 years ago
Jiajie Chen 10e883d56f Fix mmap clashing with temporary map addr. Add riscv toolchains in travis CI
6 years ago
Jiajie Chen fcfe677bcc Fix makefile and loader NULL character stripping
6 years ago
Jiajie Chen 5c33191765 Implement automatic tests using kernel cmdline
6 years ago
WangRunji dc19d38dc7 convert all C-style comments to Rust-style docs
6 years ago
WangRunji 01a0f961e9 remove remaining M-Mode & K210 code. improve docs in context.rs
6 years ago
Jiajie Chen ff82679ddc Add aarch64 to allow_failures, update user
6 years ago
WangRunji 6923efd250 fix last commit. improve process code.
6 years ago
Jiajie Chen e3fb47a03e Remove m-mode and k210 support.
6 years ago
Jiajie Chen 58192827e1 Add qemu-img to $PATH in Travis CI
6 years ago
Jiajie Chen fb8fe46606 Install libfuse in travis CI
6 years ago
WangRunji fc584753c1 update crate x86_64 to v0.5, bootloader to v0.4
6 years ago
Jiajie Chen a1e26a2a59 Move to a newer rust toolchain with rls
6 years ago
Jiajie Chen adb66167f8 Fix a potential racing in Condvar
6 years ago
Jiajie Chen 3a6803af9b Implement O(1) scheduler and add comments for other schedulers
6 years ago
Jiajie Chen 394afa493e Fix TODO in work stealing scheduler
6 years ago
Jiajie Chen 7ee69db575 Silence sys_access and sys_chdir because rust sh use these now
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 48ebf98f11 Fix pop_with_split, check file existence in sys_access
6 years ago
Jiajie Chen 285df82b80
Fix qcow2, and add pci_passthru to MakeFile
6 years ago