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

Add exception tables support #6

Closed
wipawel opened this issue Aug 5, 2020 · 0 comments · Fixed by #212
Closed

Add exception tables support #6

wipawel opened this issue Aug 5, 2020 · 0 comments · Fixed by #212
Assignees
Labels
feature New feature or request Priority: 3 Regular feature
Milestone

Comments

@wipawel
Copy link
Contributor

wipawel commented Aug 5, 2020

  • implement heapsort (or any other fast and low space algorithm)
  • add default handling for registered exceptions
  • add customizable handling for registered exceptions
  • add exceptions logging
@wipawel wipawel added the feature New feature or request label Aug 5, 2020
@wipawel wipawel added the Priority: 3 Regular feature label Oct 3, 2020
@wipawel wipawel added this to the v0.4.0 milestone Oct 23, 2020
@wipawel wipawel modified the milestones: v0.4.0, v0.4.1 Aug 30, 2021
@wipawel wipawel assigned 82marbag and unassigned bjoernd Sep 2, 2021
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 5, 2021
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 5, 2021
Signed-off-by: Daniele Ahmed <[email protected]>

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
#
# Date:      Sun Sep 5 16:58:10 2021 -0400
#
# On branch extables
# Changes to be committed:
#	modified:   arch/x86/link.ld
#	modified:   arch/x86/traps.c
#	modified:   include/lib.h
#	modified:   include/mm/regions.h
#	modified:   mm/regions.c
#	modified:   tests/test.c
#
# Changes not staged for commit:
#	modified:   Makefile
#
# Untracked files:
#	compile_commands.json
#	include/extables.h
#
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 5, 2021
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 6, 2021
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 6, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 6, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 6, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
@wipawel wipawel linked a pull request Sep 7, 2021 that will close this issue
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 9, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 9, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
82marbag added a commit to 82marbag/ktf that referenced this issue Sep 10, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
wipawel pushed a commit that referenced this issue Sep 10, 2021
Add support for exception tables.
It is possible to register an address that triggers
an exception to call an handler, jump to a fixup address
or both.

Signed-off-by: Daniele Ahmed <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request Priority: 3 Regular feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants