From ca8eb86d48eba38f7da445f0aed7882f2ddbefe9 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Thu, 9 May 2019 11:01:48 +0800 Subject: [PATCH] Update README Signed-off-by: Harry Chen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 35f5a35..38be12e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Going to be the next generation teaching operating system. Supported architectures: x86_64, RISCV32/64, AArch64, MIPS32 -Tested boards: QEMU, HiFive Unleashed, x86_64 PC (i5/i7), Raspberry Pi 3B+, Kendryte K210 and FPGA running Rocket Chip +Tested boards: QEMU, HiFive Unleashed, x86_64 PC (i5/i7), Raspberry Pi 3B+, Kendryte K210 and FPGA running Rocket Chip / [TrivialMIPS](https://github.com/Harry-Chen/TrivialMIPS) ![demo](./docs/2_OSLab/os2atc/demo.png) @@ -50,9 +50,9 @@ $ make run arch=x86_64 mode=release pci_passthru=0000:00:00.1 # for ixgbe real n | Module | Maintainer | |--------|-----------------------| | x86_64 | @wangrunji0408 | -| RISCV | @jiegec | +| RISC-V | @jiegec | | ARM (Raspi3) | @equation314 | -| MIPS | @HarryChen @miskcoo | +| MIPS | @Harry_Chen @miskcoo | | Memory, Process, File System | @wangrunji0408 | | Network with drivers | @jiegec | | GUI | @equation314 |