mirror of
https://github.com/rcore-os/rCore.git
synced 2024-11-22 08:06:17 +04:00
Minor update
This commit is contained in:
parent
d08c14152b
commit
433c28bc5b
12
README.md
12
README.md
@ -8,10 +8,10 @@ Going to be the next generation teaching operating system.
|
||||
|
||||
Supported architectures and boards:
|
||||
|
||||
* x86_64: PC (i5/i7)
|
||||
* RISCV32/64: HiFive Unleashed, Kendryte K210, [FPGA running Rocket Chip](https://github.com/jiegec/fpga-zynq)
|
||||
* AArch64: Raspberry Pi 3B+
|
||||
* MIPS32: [TrivialMIPS](https://github.com/Harry-Chen/TrivialMIPS)
|
||||
* x86_64: QEMU, PC (i5/i7)
|
||||
* RISCV32/64: QEMU, HiFive Unleashed
|
||||
* AArch64: QEMU, Raspberry Pi 3B+
|
||||
* MIPS32: QEMU, [TrivialMIPS](https://github.com/Harry-Chen/TrivialMIPS)
|
||||
|
||||
![demo](./docs/2_OSLab/os2atc/demo.png)
|
||||
|
||||
@ -40,7 +40,7 @@ $ docker run -it -v $PWD:$PWD -w $PWD wangrunji0408/rcore
|
||||
```bash
|
||||
$ git clone https://github.com/rcore-os/rCore.git --recursive
|
||||
$ cd rCore/user
|
||||
$ make sfsimg prebuilt=1 arch=x86_64
|
||||
$ make sfsimg PREBUILT=1 ARCH=x86_64
|
||||
$ cd ../kernel
|
||||
$ make run ARCH=x86_64 LOG=info
|
||||
```
|
||||
@ -53,7 +53,7 @@ See [Makefile](kernel/Makefile) for more usages.
|
||||
|--------|-----------------------|
|
||||
| x86_64 | @wangrunji0408 |
|
||||
| RISC-V | @jiegec |
|
||||
| ARM (Raspi3) | @equation314 |
|
||||
| AArch64 (Raspi3) | @equation314 |
|
||||
| MIPS | @Harry_Chen @miskcoo |
|
||||
| Memory, Process, File System | @wangrunji0408 |
|
||||
| Network with drivers | @jiegec |
|
||||
|
2
user
2
user
@ -1 +1 @@
|
||||
Subproject commit 4b6b987ed56c450510402ca56d972781d5e77c31
|
||||
Subproject commit 1e206847ab740b2e6f6b8fc78b2d506405ab11ee
|
Loading…
Reference in New Issue
Block a user