dzy
|
1d1d4109c3
|
Make script easily support both rv32 and rv64.
|
2018-12-22 17:58:17 +08:00 |
|
dzy
|
98c94a0d83
|
Fix register size (4->XLEN) in trap handling.
|
2018-12-22 17:41:47 +08:00 |
|
WangRunji
|
45b91fbcad
|
update rv64 build script. print hello on QEMU!
|
2018-12-22 15:54:03 +08:00 |
|
WangRunji
|
d3ef0252ac
|
move setup_page_table to BBL
|
2018-12-22 15:40:47 +08:00 |
|
WangRunji
|
3ea104da97
|
Merge remote-tracking branch 'dzy/rust-rv64' into rust-rv64
# Conflicts:
# kernel/Cargo.toml
|
2018-12-21 19:22:56 +08:00 |
|
WangRunji
|
0af9776dbd
|
add .stack section. clear bss
|
2018-12-21 19:19:55 +08:00 |
|
WangRunji
|
7240198a54
|
fix newline: '\r\n'
|
2018-12-21 19:02:50 +08:00 |
|
Ben Pig Chu
|
5135fb0c0e
|
the shell that is able to fork-exec-wait
|
2018-12-21 14:18:23 +08:00 |
|
WangRunji
|
62b931d576
|
print hello on K210
|
2018-12-21 01:50:52 +08:00 |
|
WangRunji
|
6c5cf5689d
|
add rv64 user programs img
|
2018-12-21 01:47:25 +08:00 |
|
equation314
|
aa5bd3041b
|
Merge branch 'master' into arch-aarch64
|
2018-12-20 23:07:16 +08:00 |
|
Ben Pig Chu
|
6302497c52
|
a shell without execute is a repeater!
|
2018-12-20 22:15:14 +08:00 |
|
Ben Pig Chu
|
364497e379
|
use the error code specified in ucore_os_lab instead of ucore_plus
|
2018-12-20 19:36:19 +08:00 |
|
equation314
|
f668d396ef
|
Merge branch 'raspi-fb' into arch-aarch64
|
2018-12-20 19:30:43 +08:00 |
|
equation314
|
f8b48e8b85
|
update display configures in raspi-firmware/config.txt
|
2018-12-20 19:05:24 +08:00 |
|
equation314
|
a55f3b61e6
|
add Makefile option graphic & cargo feature nographic
|
2018-12-20 19:05:19 +08:00 |
|
dzy
|
a75e52691d
|
port to newer riscv crate supporting rv64
|
2018-12-20 18:21:58 +08:00 |
|
equation314
|
b0915b102a
|
aarch64/fb: add new rust user program fantastic_text
|
2018-12-20 17:38:04 +08:00 |
|
Ben Pig Chu
|
6e8c80d328
|
panicless default fs implement
|
2018-12-20 17:13:00 +08:00 |
|
equation314
|
09c2b6e7b7
|
aarch64/fb: add ANSI escape sequences parser
|
2018-12-20 15:45:17 +08:00 |
|
Ben Pig Chu
|
113a33e575
|
translate FsError to SysError
|
2018-12-20 14:03:11 +08:00 |
|
Ben Pig Chu
|
f8533442f2
|
return error code from syscall, not always -1
|
2018-12-20 13:20:00 +08:00 |
|
Ben Pig Chu
|
fa03f7b112
|
use the simple-filesystem crate with FsError
|
2018-12-20 12:27:21 +08:00 |
|
WangRunji
|
d4b6cc1082
|
compile rv64 pass on macOS
|
2018-12-20 01:13:42 +08:00 |
|
WangRunji
|
02bd2b2317
|
remove arch/riscv64 directory
|
2018-12-20 01:08:40 +08:00 |
|
equation314
|
6c717905d7
|
aarch64/fb: add foreground & background color
|
2018-12-19 14:49:15 +08:00 |
|
equation314
|
9dda78d2e3
|
aarch64/fb: improve the performance of ConsoleBuffer::new_line()
|
2018-12-18 22:53:20 +08:00 |
|
Ben Pig Chu
|
d737b1e7ba
|
maually remove warning, pt6
|
2018-12-18 21:39:19 +08:00 |
|
equation314
|
7b8359eeef
|
aarch64/fb: add 8x16 font
|
2018-12-18 17:51:22 +08:00 |
|
Ben Pig Chu
|
6eb49a0106
|
maually remove warning, pt5
|
2018-12-18 16:29:09 +08:00 |
|
Ben Pig Chu
|
7eb9f7abcf
|
maually remove warning, pt4
|
2018-12-18 15:16:30 +08:00 |
|
Ben Pig Chu
|
935c595083
|
maually remove warning, pt3
|
2018-12-18 13:32:05 +08:00 |
|
Ben Pig Chu
|
07b8a063ec
|
maually remove warning, pt2
|
2018-12-18 12:53:56 +08:00 |
|
equation314
|
b47c4758bf
|
aarch64/fb: add basic console driver
|
2018-12-18 00:16:56 +08:00 |
|
Ben Pig Chu
|
1ca2bde069
|
maually remove warning, pt1
|
2018-12-17 23:54:13 +08:00 |
|
Ben Pig Chu
|
ac71a45986
|
use enum instead of consts for syscall id in user lib
|
2018-12-17 22:50:26 +08:00 |
|
dzy
|
f954c2fd6a
|
Completely get rid of cargo-generated target/
|
2018-12-17 16:48:46 +08:00 |
|
dzy
|
61a3beb8ba
|
Start porting for rv64
|
2018-12-17 14:58:16 +08:00 |
|
equation314
|
b5cc79d1b2
|
modify mmio() & set_mmio() in PageEntry
|
2018-12-17 14:28:51 +08:00 |
|
equation314
|
48cf25716f
|
aarch64/fb: flush data cache around mailbox accesses
can run on real raspi3
|
2018-12-17 01:34:44 +08:00 |
|
equation314
|
5987c2068b
|
aarch64/fb: remap framebuffer base address
|
2018-12-16 22:26:04 +08:00 |
|
equation314
|
6ba9e34f77
|
aarch64/fb: add framebuffer initialization
|
2018-12-16 20:55:04 +08:00 |
|
WangRunji
|
70e0025c63
|
add OS2ATC slides. update README
|
2018-12-16 11:47:33 +08:00 |
|
WangRunji
|
9b0b0064d0
|
Merge remote-tracking branch 'equation314/arch-aarch64' into dev
# Conflicts:
# kernel/src/arch/aarch64/memory.rs
# kernel/src/arch/aarch64/paging.rs
# kernel/src/process/context.rs
|
2018-12-15 20:33:25 +08:00 |
|
WangRunji
|
d20d22b85b
|
add hint for user shell. detect cores through 'SMP' env.
|
2018-12-15 20:17:02 +08:00 |
|
WangRunji
|
fbf59396b2
|
use 'ucore_*.img' by default
|
2018-12-15 20:04:22 +08:00 |
|
equation314
|
d7511d8120
|
aarch64/fb: add mailbox property interfaces
|
2018-12-14 21:19:44 +08:00 |
|
equation314
|
8e138da06c
|
Merge branch 'arch-aarch64' into raspi3-mailbox
|
2018-12-14 13:31:42 +08:00 |
|
WangRunji
|
6952f008e0
|
rename ContextImpl to Process
|
2018-12-14 02:37:51 +08:00 |
|
WangRunji
|
557f021c08
|
fix DelayHandler & MemoryAttr
|
2018-12-14 02:31:46 +08:00 |
|