-
Notifications
You must be signed in to change notification settings - Fork 284
Lklabs lectures intro #5
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
Conversation
fc10acf to
4cd9740
Compare
|
@dbaluta @razvand Please review, I've already pushed the build to https://linux-kernel-labs.github.io to make it easier to review the final product. |
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.
@razvand I think we should add file system assignment as Ixia Challenge.
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.
@dbaluta , was that the decision? Let's talk with the assignment team.
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.
@razvand we didn't reach a conclusion on this. My proposal is to use the file system assigment for Ixia challenge. @alexandrasandulescu what do you think?
In this case we will use fs assigment during Ixia Challenge and after that as a bonus assignment to demonstrate fs lectures/labs.
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.
@razvand @dbaluta
using fs for Ixia Challenge is ok considering it was modified by Adrian and lots of solutions of the previous version are on the internet. We should encourage students to participate in this competition. We could also let students solve it during normal assignment time like scheduled by Razvan.
I suggest using E100 for hackathon because it is also a complex and useful assignment.
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.
@alexandrasandulescu , @dbaluta , I agree to using the fs assignment as the Ixia challenge and to making a hackathon for the e100 assignment.
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.
Would be nice to add also the "hardware" part with PM, CN1, CN2, PL (Programare Logica).
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.
s/a exception/an exception.
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.
s/Max OS X/Mac OS X, i guess.
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.
Aici ar trebui sa facem partea de "user space" mai mare. Cel putin pe slide se vede foarte mica si nici nu arata ca am avea un split 1/3.
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.
s/wow/how
Documentation/teaching/index.rst
Outdated
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 Computer Science and Engineering Department, the Faculty of Automatic Control and Computers, University POLITEHNICA of Bucharest.
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.
+* Linux Kernel Labs: https://linux-kernel-labs.github.io/
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.
- editați folosind modelul de dezvoltare Github în repository: https://github.com/linux-kernel-labs/linux
4cd9740 to
0fe12e6
Compare
Since we are going to add lectures change the top level directory name from labs to teaching/labs. Signed-off-by: Octavian Purdila <[email protected]>
Enable hieroglyph extension if it is installed on the host and add a slides documentation target. Signed-off-by: Octavian Purdila <[email protected]>
Signed-off-by: Octavian Purdila <[email protected]>
This is based on the psphinxcontrib.ditaa pip package and we add it localy since we need some fixes to properly render images in hieroglpyh slides. Signed-off-by: Octavian Purdila <[email protected]>
Signed-off-by: Octavian Purdila <[email protected]>
Add reqirements.txt and run pip in the doc target to make sure we have all required sphinx dependencies. Signed-off-by: Octavian Purdila <[email protected]>
f7a8865 to
23f1e06
Compare
This is split into two parts: one the is specific to cs.pub.ro and another one that is generic. Signed-off-by: Octavian Purdila <[email protected]>
23f1e06 to
ca5465b
Compare
linux-kernel-labs#5. NOTE: I was unable to perform the last two "Extra Exercises" because `/<debugfs>/dynamic_debug` did not appear even after using the provided command of `mount -t debugfs none /debug`.
Add support for lectures and add an introductory lecture that is split in two parts: one that is specific to the SO2 course @ UPB and one that is generic.