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 support for panic handler, args, and tests #12

Merged
merged 8 commits into from
Jul 5, 2023

Commits on May 18, 2023

  1. Add panic and test support

    shkoo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    20b3e1c View commit details
    Browse the repository at this point in the history
  2. Add API for aligned memory allocation instead of just pretending ever…

    …ything's word-aligned
    shkoo committed May 18, 2023
    Configuration menu
    Copy the full SHA
    7e199f1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Configuration menu
    Copy the full SHA
    835fd4c View commit details
    Browse the repository at this point in the history
  2. fix build errors

    nategraf committed May 19, 2023
    Configuration menu
    Copy the full SHA
    54e337e View commit details
    Browse the repository at this point in the history
  3. print name of missed argv

    nategraf committed May 19, 2023
    Configuration menu
    Copy the full SHA
    ade8f37 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    acdef86 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    f8b4a8f View commit details
    Browse the repository at this point in the history
  2. fix off by one error

    nategraf committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ab9ea44 View commit details
    Browse the repository at this point in the history