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

refactor #3

Open
andybui01 opened this issue Sep 25, 2020 · 1 comment
Open

refactor #3

andybui01 opened this issue Sep 25, 2020 · 1 comment
Labels
medium priority plz fix this soon ^_^

Comments

@andybui01
Copy link
Owner

refactor and follow the linux kernel style.

some stuff to think about:

  • function signatures with void parameters should be function(void) not function()
  • change all ints to clearer typedefs in stdint.h, use smaller sized ints if possible
@andybui01 andybui01 added the medium priority plz fix this soon ^_^ label Sep 25, 2020
@andybui01
Copy link
Owner Author

Refactor IDT/ISR/etc. code, the interrupt code is currently unreadable, confusing, and contains an absurd amount of magic numbers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium priority plz fix this soon ^_^
Projects
None yet
Development

No branches or pull requests

1 participant