Skip to content

Releases: yhzhang0128/egos-2000

May 2024 Release

16 May 02:13
Compare
Choose a tag to compare

Support the SD drive emulation in QEMU.

Support the official QEMU and the official GNU C compiler.

Support the mriscv open-sourced processor in System Verilog.

Improve the use of types and the assembly code for trap entry.

August 2023 Release

30 Aug 04:30
Compare
Choose a tag to compare

Add support for the Arty S7-50 and Arty A7-100t boards.

Add the non-preemptive multi-threading project to apps/user.

Add support for the processor from ECE4750 which is a pipelined RISC-V processor in Verilog.

December 2022 Release

30 Dec 04:53
Compare
Choose a tag to compare

Add skeleton code for the page table translation project.

Separate the code of paging device from the code of memory management.

Cleanup the code and improve the documents.

October 2022 Release

10 Oct 17:46
Compare
Choose a tag to compare

Add QEMU support so that the Arty board becomes optional.

Add page table translation with the help of QEMU.

Add tutorial video for MacOS users.

May 2022 Release

31 May 06:07
Compare
Choose a tag to compare

Add tutorial video for Windows users.

Add skeleton code for memory protection and exception project.

Remove RISC-V extensions mac from compiler flag so that egos-2000 only uses the basic rv32i, making it easier to run on students' own processor design.

Initial Release

24 Apr 02:13
Compare
Choose a tag to compare

This is the initial release of egos-2000 before receiving comments and suggestions from the public.

Please refer to references/USAGES.md for programming the bootROM to the Arty board and the disk image to the microSD card.