-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feedback #1
base: feedback
Are you sure you want to change the base?
Feedback #1
Conversation
seadanya dululahya
Makefile 75%
Update makefile again
Basic gdt.c
Inserting gdt vals
gdt and gdtr implementation done
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.
overall lgtm, don't forget to add readme yaa, ditunggu next milestone
Initial setup for Milestone #2
Co-authored-by: Nat10k <[email protected]>
Interrupt + IDT done?
Co-authored-by: Nat10k <[email protected]>
better file arrangement
src/filesystem/disk.c
Outdated
@@ -1,5 +1,5 @@ | |||
#include "disk.h" | |||
#include "../lib-header/portio.h" | |||
#include "../portio/portio.h" |
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.
Minor tips, flag -I(SOURCE_FOLDER)
di GCC sebenarnya menambah header file search location, jadi semestinya #include "lib-header/portio.h"
atau #include "portio/portio.h"
bisa
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.
Oiyaa bisa, Thanks kak buat tipsnya!
Interrupt?????
Updating IDT struct
Updating reference path
fix: error output of cd, cp and ls fix: delete request will handle the extension
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to
main
since the assignment started. Your teacher can see this too.Notes for teachers
Use this PR to leave feedback. Here are some tips:
main
since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.main
. Click a commit to see specific changes.For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @AustinPardosi @mikeleo03 @GoDillonAudris512 @Nat10k