1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-27 02:03:29 +04:00
rCore/kernel/src/syscall
2019-03-16 15:54:43 +08:00
..
custom.rs fix compile on riscv 2019-03-16 13:13:42 +08:00
fs.rs Use rust user shell instead of kernel shell and fix sys_exec 2019-03-14 20:51:30 +08:00
mem.rs Use union to implement sockaddr, and eliminate many warnings 2019-03-10 08:39:22 +08:00
misc.rs Implement sys_reboot with isa-debug-exit and add test script using expect 2019-03-11 16:09:15 +08:00
mod.rs fix VGA color on x86_64 2019-03-16 15:54:43 +08:00
net.rs Fix ixgbe and e1000 drivers by adding IFCS bit 2019-03-16 10:05:43 +08:00
proc.rs Implement mapping from riscv to x86_64 syscall numbering 2019-03-15 23:55:01 +08:00
time.rs fix compile on riscv & aarch64 2019-03-12 11:49:17 +08:00