-
Notifications
You must be signed in to change notification settings - Fork 12
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
chapters/hardware-software-interface: Add content for linking #26
base: main
Are you sure you want to change the base?
Conversation
f06718c
to
6b07677
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content looks great, good job! The inline suggestions I made are mostly small fixes. Don't worry about the linter failures, they are right, but the code is supposed to be wrong in those cases. In addition, please do the following:
- Add the this comment to all tasks'
README.md
s: "If you're having difficulties solving this exercise, go through [this](link catre o sectiune relevanta din reading/) reading material." - Use C-style comments (
/* ... */
) for SPDX identifiers in .h files. .c files are fine with//
...rdware-software-interface/linking/drills/tasks/single-link/support/diy/c-standalone/puts.asm
Outdated
Show resolved
Hide resolved
...re-software-interface/linking/drills/tasks/single-link/support/example/c-standalone/puts.asm
Outdated
Show resolved
Hide resolved
chapters/hardware-software-interface/linking/drills/tasks/cpp-obs/README.md
Outdated
Show resolved
Hide resolved
chapters/hardware-software-interface/linking/drills/tasks/vars-obs/README.md
Outdated
Show resolved
Hide resolved
01ad898
to
abbf20f
Compare
Add Reading and Tasks. Modify config.yaml to render the laboratory. Signed-off-by: Victor Alexe <[email protected]>
abbf20f
to
5146107
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO the only thing that's missing is the guides subsection. Add that and then we can merge this.
path: chapters/hardware-software-interface/linking/ | ||
subsections: | ||
- Reading/: reading/ | ||
- Drills: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the "Gudies" subsection with cpp-obs
.
Add Reading and Tasks.
Modify config.yaml to render the laboratory.
Prerequisite Checklist
Description of changes