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

Foundational Work #3

Merged
merged 30 commits into from
Nov 16, 2019
Merged

Foundational Work #3

merged 30 commits into from
Nov 16, 2019

Conversation

Kfeavel
Copy link
Member

@Kfeavel Kfeavel commented Nov 16, 2019

  • TTY Printing
  • GDT with better future usermode support
  • ISR & IRQ handlers
  • CPU timer (PIT)
  • Small system support library

@Kfeavel Kfeavel self-assigned this Nov 16, 2019
@todo
Copy link

todo bot commented Nov 16, 2019

Refactor this file a ton or completely rewrite because it was basically taken from toaruOS.

https://github.com/panix-os-dev-team/Panix-Rewrite/blob/db8febb98976cb91374edd3e5f23bce81abd066d/kernel/arch/i386/gdt.cpp#L2-L7


This comment was generated by todo based on a TODO comment in db8febb in #3. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 16, 2019

Add return false to cases where operations don't succeed.

https://github.com/panix-os-dev-team/Panix-Rewrite/blob/db8febb98976cb91374edd3e5f23bce81abd066d/kernel/arch/i386/gdt.cpp#L68-L73


This comment was generated by todo based on a TODO comment in db8febb in #3. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 16, 2019

Add all of the ISRs to a list and make a for loop

https://github.com/panix-os-dev-team/Panix-Rewrite/blob/db8febb98976cb91374edd3e5f23bce81abd066d/kernel/arch/i386/isr.cpp#L30-L35


This comment was generated by todo based on a TODO comment in db8febb in #3. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 16, 2019

Make a list out of this too

https://github.com/panix-os-dev-team/Panix-Rewrite/blob/db8febb98976cb91374edd3e5f23bce81abd066d/kernel/arch/i386/isr.cpp#L77-L82


This comment was generated by todo based on a TODO comment in db8febb in #3. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 16, 2019

Need to make a function that will read the info from the SMBIO into this struct

https://github.com/panix-os-dev-team/Panix-Rewrite/blob/db8febb98976cb91374edd3e5f23bce81abd066d/kernel/include/devices/smbios/smbios.hpp#L16-L21


This comment was generated by todo based on a TODO comment in db8febb in #3. cc @panix-os-dev-team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant