1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src
2019-05-02 21:32:19 +08:00
..
arch stage debug code for output 2019-05-02 21:32:19 +08:00
drivers Format code 2019-04-29 10:20:51 +08:00
fs impl pseudo INode '/proc/self/exe' 2019-04-30 17:37:18 +08:00
net Format code 2019-04-29 10:20:51 +08:00
process optimize sys_exec: only read ELF header 2019-04-30 19:21:14 +08:00
sync Eliminate multiple warnings, update user app repo 2019-04-07 01:32:32 +08:00
syscall Add syscall timing using rdtsc 2019-04-30 21:32:32 +08:00
util Pretend stdin/stdout as a tty 2019-04-17 00:44:11 +08:00
backtrace.rs Merge remote-tracking branch 'origin/master' into dev 2019-04-09 20:30:30 +08:00
consts.rs fix bugs about cpu num config (x86-64) 2019-04-16 18:13:55 +08:00
lang.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
lib.rs update crate uart_16550 to v0.2. deny unused_must_use. 2019-04-17 00:46:48 +08:00
logging.rs by default: use busybox sh, disable log, build in release mode 2019-04-19 00:37:30 +08:00
main.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00
memory.rs Format code 2019-04-29 10:20:51 +08:00
shell.rs stage debug code for output 2019-05-02 21:32:19 +08:00
trap.rs reformat code using cargo fmt 2019-03-27 18:45:24 +08:00