Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New RISC-V Tutorial Resource] - Implementing a Linker from Scratch #39

Closed
ksco opened this issue Apr 24, 2024 · 1 comment · Fixed by #40
Closed

[New RISC-V Tutorial Resource] - Implementing a Linker from Scratch #39

ksco opened this issue Apr 24, 2024 · 1 comment · Fixed by #40
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ksco
Copy link

ksco commented Apr 24, 2024

Resource Title

Implementing a Linker from Scratch

Resource Description

This is an open course launched by PLCT Lab. In this course, we use Go to implement an RV64GC (RISC-V 64-bit) architecture linker from scratch, which can correctly link relatively simple C programs. By studying this course, one should be able to have a solid understanding of how the core parts of a static linker work.

Resource Link

https://github.com/ksco/rvld

Required Background (Optional)

  1. Familiar with the Go programming language.
  2. Have a basic understanding of the RISC-V instruction set.
  3. Have a basic understanding of the compilation process.
  4. The code repository is English-friendly, course videos and materials are only available in Chinese.

Additional Details (Optional)

This is an intermediate-level course.

@ksco ksco added the documentation Improvements or additions to documentation label Apr 24, 2024
@bayareaunicorn
Copy link

Thanks for sharing

@thong-phn thong-phn linked a pull request Apr 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants