PanQL
|
3b6d94efae
|
simple ioctl for fb is reachable
|
2019-05-24 09:33:03 +08:00 |
|
Jiajie Chen
|
e22cfd9b30
|
Fix compilation for u540
|
2019-05-24 09:22:49 +08:00 |
|
Jiajie Chen
|
0971181473
|
Fix compilation for rv32
|
2019-05-24 09:09:35 +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
|
f410aef5bc
|
Merge branch 'mipsel' into dev
|
2019-05-24 08:39:29 +08:00 |
|
Jiajie Chen
|
51c463e120
|
Remove non-AHCI pci id
|
2019-05-24 08:28:47 +08:00 |
|
Jiajie Chen
|
51868e1616
|
Eliminate some warnings
|
2019-05-23 23:31:36 +08:00 |
|
Jiajie Chen
|
d1d7fe44a7
|
Fix condvar race(maybe)
|
2019-05-23 23:21:02 +08:00 |
|
Jiajie Chen
|
f10421bf83
|
Revert "x86_64: enable interrupt during syscall. set TSS.sp0 through gs."
This reverts commit 72efa797e5 .
|
2019-05-23 23:13:47 +08:00 |
|
PanQL
|
7cf8b5d52f
|
Merge pull request #51 from oscourse-tsinghua/dev
Dev
|
2019-05-23 21:11:29 +08:00 |
|
PanQL
|
9740983b2d
|
Merge branch 'mgba' into dev
|
2019-05-23 21:11:13 +08:00 |
|
PanQL
|
a6f211cef5
|
fix mmap for framebuffer
|
2019-05-23 20:59:04 +08:00 |
|
WangRunji
|
1a377ca7c3
|
x86_64: update bootloader. fix on real machine
|
2019-05-23 16:46:00 +08:00 |
|
WangRunji
|
9dec0bbda5
|
simplify copy_from_user
|
2019-05-23 13:06:39 +08:00 |
|
Jiajie Chen
|
8b07e7d31c
|
Fix extra parentheses
|
2019-05-23 08:20:00 +08:00 |
|
Harry Chen
|
3658e265a8
|
Update device tree file and add stub for SYS_RT_SIGQUEUE
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-05-23 02:19:42 +08:00 |
|
Harry Chen
|
0614e2b1aa
|
Merge branch 'dev' into mipsel
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-05-22 23:38:21 +08:00 |
|
Jiajie Chen
|
6f5414c531
|
Split router ports into different ifaces
|
2019-05-22 18:25:51 +08:00 |
|
Jiajie Chen
|
20da06add5
|
Fix rcore router for linear mapping
|
2019-05-22 14:37:59 +08:00 |
|
Jiajie Chen
|
c67f00d7ca
|
Use MaybeUninit for uninitialized
|
2019-05-22 14:23:04 +08:00 |
|
equation314
|
e63f11d199
|
console: support \t
|
2019-05-21 00:59:59 +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
|
f8c88baeea
|
nonblock stdin for mgba keyboard support
|
2019-05-20 10:28:27 +08:00 |
|
BenjaminPMLovegood
|
469e866dca
|
Merge branch 'geminilab' of github.com:GeminiLab/rCore into geminilab
|
2019-05-20 03:14:51 +08:00 |
|
BenjaminPMLovegood
|
e9588086be
|
sd_init
|
2019-05-20 03:14:37 +08:00 |
|
NagiNikaido
|
62654b99f9
|
SEND_SCR done & bug fixed.
|
2019-05-20 00:22:53 +08:00 |
|
PanQL
|
f9734b6134
|
mmap support for mgba's partical redraw
|
2019-05-19 17:09:05 +08:00 |
|
PanQL
|
545d9d301c
|
use copy_from_slice to speed up
|
2019-05-17 00:53:23 +08:00 |
|
Jiajie Chen
|
3cdd3231d8
|
Update enlarge heap and drivers provider
|
2019-05-16 08:47:22 +08:00 |
|
Jiajie Chen
|
41da379593
|
Use new check_and_clone_cstr{,array}
|
2019-05-16 00:49:46 +08:00 |
|
Jiajie Chen
|
14a01cf3fc
|
Implement fixup for mipsel and small fixes
|
2019-05-16 00:28:29 +08:00 |
|
Jiajie Chen
|
6344f80a9b
|
Support efault fixup for riscv
|
2019-05-15 23:12:06 +08:00 |
|
Jiajie Chen
|
92a9674f66
|
Implement efault detection by fixup
|
2019-05-15 22:45:09 +08:00 |
|
Harry Chen
|
fbca9a6e3a
|
Add conditional compilation for mipsel, fix heap size for thinpad
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-05-14 00:21:04 +08:00 |
|
Harry Chen
|
22d29a6257
|
Revert "Revert "Fix trapframe.""
This reverts commit 6a83de7846 .
|
2019-05-14 00:11:25 +08:00 |
|
Harry Chen
|
6544093dc6
|
Revert "Revert "Save/restore FP registers when context switching (broken mipsel arch)""
This reverts commit b8f4ee2ce8 .
|
2019-05-14 00:11:22 +08:00 |
|
Harry Chen
|
b8f4ee2ce8
|
Revert "Save/restore FP registers when context switching (broken mipsel arch)"
This reverts commit d261b4e0b3 .
|
2019-05-13 23:53:52 +08:00 |
|
Harry Chen
|
6a83de7846
|
Revert "Fix trapframe."
This reverts commit 297c9d453d .
|
2019-05-13 23:53:47 +08:00 |
|
Yuhao Zhou
|
297c9d453d
|
Fix trapframe.
|
2019-05-13 22:20:52 +08:00 |
|
Harry Chen
|
d261b4e0b3
|
Save/restore FP registers when context switching (broken mipsel arch)
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-05-13 21:18:25 +08:00 |
|
PanQL
|
9e4a3f9662
|
create virtual vga file, now can draw fb on user state
|
2019-05-13 20:57:03 +08:00 |
|
Harry Chen
|
6b7aa5ae59
|
Bump user to latest version
Signed-off-by: Harry Chen <i@harrychen.xyz>
|
2019-05-13 20:18:28 +08:00 |
|
NagiNikaido
|
8c3323c4d4
|
mutex added.
|
2019-05-13 13:47:33 +08:00 |
|
NagiNikaido
|
edf9cf1225
|
nearly done. it seems that the architecture is not applausible. rust sucks.
|
2019-05-13 05:04:18 +08:00 |
|
Yuhao Zhou
|
6add7002fd
|
Update consts for MIPS.malta
|
2019-05-12 22:56:34 +08:00 |
|
Harry Chen
|
9203a612f8
|
Merge branch 'dev' into mipsel
|
2019-05-12 22:41:51 +08:00 |
|
Harry Chen
|
a05fabfde5
|
Merge pull request #50 from rcore-os/linear
Refactor paging from recursive mapping to linear mapping
|
2019-05-12 22:30:58 +08:00 |
|
Jiajie Chen
|
deba6e9204
|
Fix phys_to_virt
|
2019-05-12 15:32:30 +08:00 |
|