• 陈泓旭's avatar
    实现 Part 1 基础系统调用 (times 和 uname) · 5636a4f4
    陈泓旭 authored
    - 实现 sys_times 系统调用获取进程时间信息
    - 实现 sys_uname 系统调用获取系统信息
    - 修改 kernel/include/sysnum.h 添加系统调用号
    - 修改 kernel/syscall.c 注册系统调用
    - 修改 kernel/sysproc.c 实现系统调用功能
    - 配置 Makefile all 目标生成 kernel-qemu 和 sbi-qemu
    5636a4f4
This project is licensed under the MIT License. Learn more