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

Development Branch Merge #27

Merged
merged 32 commits into from
Nov 27, 2019
Merged

Development Branch Merge #27

merged 32 commits into from
Nov 27, 2019

Conversation

Kfeavel
Copy link
Member

@Kfeavel Kfeavel commented Nov 27, 2019

Adds debugging support along with conversion to a higher-half kernel. Some function names have been changed to be more inline with the rest of the kernel too.

Kfeavel and others added 30 commits November 19, 2019 19:40
Currently it shows the status of the interrupt handler
in the upper right corner of the screen.

| Color  | Meaning            |
| ------ | ------------------ |
| Red    | Interrupt Recieved |
| Yellow | Handler Called     |
| Green  | Handler Returned   |
@todo
Copy link

todo bot commented Nov 27, 2019

Figure out the math in boot.s because I have no clue

https://github.com/panix-os-dev-team/Panix/blob/f62a2a5d22803f2e347badf7c5b92df5dda41d14/kernel/arch/x86/boot.s#L78-L83


This comment was generated by todo based on a @todo comment in f62a2a5 in #27. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 27, 2019

Create a basic API wrapper that allows us to register a timer callback

https://github.com/panix-os-dev-team/Panix/blob/f62a2a5d22803f2e347badf7c5b92df5dda41d14/kernel/arch/x86/timer.cpp#L44-L49


This comment was generated by todo based on a @todo comment in f62a2a5 in #27. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 27, 2019

Figure out how to use the multiboot header passed in to set up virtual memory

https://github.com/panix-os-dev-team/Panix/blob/f62a2a5d22803f2e347badf7c5b92df5dda41d14/kernel/main.cpp#L45-L50


This comment was generated by todo based on a @todo comment in f62a2a5 in #27. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 27, 2019

Make success and fail conditions for all of these and fix SMBIOS

https://github.com/panix-os-dev-team/Panix/blob/f62a2a5d22803f2e347badf7c5b92df5dda41d14/kernel/main.cpp#L56-L61


This comment was generated by todo based on a @todo comment in f62a2a5 in #27. cc @panix-os-dev-team.

@todo
Copy link

todo bot commented Nov 27, 2019

Update the IRQ definitions to make more sense, or document why they are these values

https://github.com/panix-os-dev-team/Panix/blob/f62a2a5d22803f2e347badf7c5b92df5dda41d14/sysroot/usr/include/kernel/arch/x86/isr.hpp#L20-L24


This comment was generated by todo based on a @todo comment in f62a2a5 in #27. 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

2 participants