1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src
2019-01-01 01:56:22 +08:00
..
arch aarch64/doc: add GPIO, mini UART, mailbox drivers 2019-01-01 01:56:22 +08:00
process add hint for user shell. detect cores through 'SMP' env. 2018-12-15 20:17:02 +08:00
sync Merge remote-tracking branch 'equation314/arch-aarch64' into dev 2018-11-20 00:15:19 +08:00
consts.rs aarch64/mmu: refactor PageTableFlags 2018-11-25 00:29:39 +08:00
fs.rs aarch64: implement IRQ register & serial IRQ 2018-12-11 15:07:13 +08:00
lang.rs update kernel to 2018 edition 2018-11-19 20:11:17 +08:00
lib.rs aarch64/fb: add framebuffer initialization 2018-12-16 20:55:04 +08:00
logging.rs try to fix interrupt & deadlock on RV32 2018-11-26 16:58:45 +08:00
main.rs update kernel to 2018 edition 2018-11-19 20:11:17 +08:00
memory.rs Merge remote-tracking branch 'equation314/arch-aarch64' into dev 2018-12-15 20:33:25 +08:00
shell.rs add hint for user shell. detect cores through 'SMP' env. 2018-12-15 20:17:02 +08:00
syscall.rs rename ContextImpl to Process 2018-12-14 02:37:51 +08:00
trap.rs update kernel to 2018 edition 2018-11-19 20:11:17 +08:00
util.rs Fix x86_64 startup. TODO: higher half. 2018-09-09 02:35:32 +08:00