Jiajie Chen
|
ffe4fae975
|
Fix ahci driver and match ahci driver by SATA class
|
2019-06-28 17:01:31 +08:00 |
|
Jiajie Chen
|
4607e0646d
|
Fix vga in vmware
|
2019-06-27 11:28:03 +08:00 |
|
gjz010
|
7b8252eb1b
|
Basic loadable kernel module support, with a module template written in Rust.
Under aarch64 and x86_64, hello_rust can be built and loaded by `/busybox insmod hello_rust.ko`.
|
2019-06-07 20:59:51 +08:00 |
|
Jiajie Chen
|
8b06314828
|
Format code and update debug code
|
2019-06-03 09:33:02 +08:00 |
|
NagiNikaido
|
3535faccd9
|
Merge branch 'dev' of https://github.com/rcore-os/rCore into rcore-os-dev
|
2019-05-27 16:34:29 +08:00 |
|
Jiajie Chen
|
dcfb02c514
|
Add EAGAIN for nonblocking io and poll for file in read_at()
|
2019-05-24 20:53:13 +08:00 |
|
Jiajie Chen
|
22946c699d
|
Allow ahci port init to fail
|
2019-05-24 19:21:48 +08:00 |
|
Jiajie Chen
|
0be1b1e56b
|
Support 32bit MSI Addr
|
2019-05-24 16:45:28 +08:00 |
|
Jiajie Chen
|
e2bb86aa54
|
Get screen info from bootloader for vga
|
2019-05-24 16:20:25 +08:00 |
|
Jiajie Chen
|
e9c0bcadf7
|
Add graphic=console option and fix vga on x86_64
|
2019-05-24 15:20:39 +08:00 |
|
Jiajie Chen
|
c5acdb67e6
|
Fix compilation for merge and update vga buffer address
|
2019-05-24 08:57:21 +08:00 |
|
Jiajie Chen
|
53bb55b971
|
Merge remote-tracking branch 'origin/dev' into dev
|
2019-05-24 08:42:33 +08:00 |
|
Jiajie Chen
|
d1d7fe44a7
|
Fix condvar race(maybe)
|
2019-05-23 23:21:02 +08:00 |
|
PanQL
|
9740983b2d
|
Merge branch 'mgba' into dev
|
2019-05-23 21:11:13 +08:00 |
|
WangRunji
|
1a377ca7c3
|
x86_64: update bootloader. fix on real machine
|
2019-05-23 16:46:00 +08:00 |
|
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.
|
2019-05-21 00:46:12 +08:00 |
|
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
|
2019-05-20 21:51:53 +08:00 |
|
PanQL
|
9ac8f1b887
|
some work for console-vga(1024*7683) adaption
|
2019-05-12 01:43:02 +08:00 |
|
Jiajie Chen
|
26e47fc36f
|
[WIP] Initial rv64 sv39 support
|
2019-05-12 01:11:53 +08:00 |
|
Jiajie Chen
|
d66df43ec0
|
[WIP] rv32 linear mapping
|
2019-05-11 12:21:58 +08:00 |
|
WangRunji
|
cd22273ef9
|
refactor to linear mapping for x86_64
|
2019-05-11 01:06:44 +08:00 |
|
WangRunji
|
d28f54ce32
|
show tid on log
|
2019-05-09 21:33:26 +08:00 |
|
PanQL
|
a0fc201695
|
set up vga 320x200
|
2019-05-09 21:16:25 +08:00 |
|
equation314
|
03a8b3e449
|
aarch64: disable FP/SIMD registers again, update crates
|
2019-05-07 22:37:53 +08:00 |
|
equation314
|
bfe03b8ea0
|
aarch64: fix vm clone fault in fork
|
2019-05-06 23:30:01 +08:00 |
|
Jiajie Chen
|
35079e4193
|
Bump buddy system allocator
|
2019-05-06 12:15:21 +08:00 |
|
BenjaminPMLovegood
|
682f772eb8
|
begin translation
|
2019-05-05 17:44:03 +08:00 |
|
BenjaminPMLovegood
|
5be9ae7775
|
Merge branch 'dev' into geminilab
|
2019-05-05 03:40:18 +08:00 |
|
BenjaminPMLovegood
|
f9bdcc7cd9
|
add emmc file. waiting for merging main repo.
|
2019-05-05 03:21:07 +08:00 |
|
WangRunji
|
6883127d5a
|
update fs. add BlockCache
|
2019-05-03 00:35:00 +08:00 |
|
Jiajie Chen
|
8651f09b31
|
Automatically enlarge heap when kernel heap is about to run out
|
2019-05-01 18:33:55 +08:00 |
|
WangRunji
|
54de0d8ae7
|
remove once crate. fix bitvec crate commit id.
|
2019-05-01 00:18:11 +08:00 |
|
WangRunji
|
c885ea6d77
|
impl pseudo INode '/proc/self/exe'
|
2019-04-30 17:37:18 +08:00 |
|
WangRunji
|
27f5c7b2e4
|
detach thread to auto recycle tid. fix #25
|
2019-04-28 23:34:45 +08:00 |
|
NagiNikaido
|
1bfb979d96
|
Upd. #2
|
2019-04-21 14:32:24 +08:00 |
|
Jiajie Chen
|
ff50a45396
|
Now ready to use busybox sh for user shell
|
2019-04-17 08:16:02 +08:00 |
|
WangRunji
|
48c40497ac
|
update crate uart_16550 to v0.2. deny unused_must_use.
|
2019-04-17 00:46:48 +08:00 |
|
WangRunji
|
f88cffb8ab
|
fix bitvec version
|
2019-04-15 22:08:20 +08:00 |
|
NagiNikaido
|
ae710ca08d
|
Toolchain version updated to nightly-2019-04-14. Bitvec commit id updated.
|
2019-04-15 21:08:02 +08:00 |
|
Jiajie Chen
|
41dab25f9c
|
Merge remote-tracking branch 'origin/master' into dev
|
2019-04-09 20:30:30 +08:00 |
|
Harry Chen
|
358e682bad
|
Enable PCI initialization for matal, update mips crate and user app repo
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-09 01:08:49 +08:00 |
|
Yuhao Zhou
|
b6aa9858d3
|
Fix return register in sys_clone.
|
2019-04-08 04:47:36 +08:00 |
|
Harry Chen
|
88bda7c4a0
|
Use Linux syscall number for mips N32 ABI, update user app
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-07 17:08:03 +08:00 |
|
Yuhao Zhou
|
9d576b4827
|
Update Cargo.lock for rust-mips.
|
2019-04-07 04:21:35 +08:00 |
|
Harry Chen
|
a2e98d73fd
|
Extract serial driver and add mipssim board for mipsel
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-06 21:59:16 +08:00 |
|
Harry Chen
|
fedb53346a
|
Update mips crate
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-06 15:46:08 +08:00 |
|
Harry Chen
|
62fe4e5361
|
Update rust-mips crate
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-06 14:45:28 +08:00 |
|
Harry Chen
|
48864bd79b
|
Add more output to backtrace, revert fs change, update rust-mips
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-06 14:43:10 +08:00 |
|
WangRunji
|
a712f37c65
|
update fs. support poll for INode.
|
2019-04-05 23:20:17 +08:00 |
|
Harry Chen
|
9f7f82a72d
|
Fix compilation errors in drivers
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-04-05 22:57:12 +08:00 |
|