Jiajie Chen
|
cd49ee5093
|
Fix x86_64 fb depth
|
2019-05-25 11:39:42 +08:00 |
|
Jiajie Chen
|
235005608d
|
Do not hardcode fb addr in Vga
|
2019-05-25 08:29:54 +08:00 |
|
Jiajie Chen
|
30f94238b8
|
Yeild when polling for EAGAIN
|
2019-05-25 07:48:49 +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
|
aefbecb127
|
Merge remote-tracking branch 'origin/mgba' into dev
|
2019-05-24 15:21:07 +08:00 |
|
Jiajie Chen
|
e9c0bcadf7
|
Add graphic=console option and fix vga on x86_64
|
2019-05-24 15:20:39 +08:00 |
|
PanQL
|
fcc8fb4b2d
|
Merge branch 'mgba' into dev
|
2019-05-24 11:34:28 +08:00 |
|
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
|
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 |
|
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 |
|
Yuhao Zhou
|
6add7002fd
|
Update consts for MIPS.malta
|
2019-05-12 22:56:34 +08:00 |
|