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 basic userspace shell #548

Merged
merged 16 commits into from
Nov 21, 2023
Merged

Add basic userspace shell #548

merged 16 commits into from
Nov 21, 2023

Commits on Nov 20, 2023

  1. Increase MAX_PROCS to 4

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f0a6ae8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a27042 View commit details
    Browse the repository at this point in the history
  3. Remove id from Process::new()

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    60297fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa80a7a View commit details
    Browse the repository at this point in the history
  5. Add parent_id to Process

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5573cd2 View commit details
    Browse the repository at this point in the history
  6. Add exec command

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d02032e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    55ec23f View commit details
    Browse the repository at this point in the history
  8. Add debug output

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a4f49ce View commit details
    Browse the repository at this point in the history
  9. Disable free operation

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    03fe0f4 View commit details
    Browse the repository at this point in the history
  10. Add args to exec commands

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    f6b29d3 View commit details
    Browse the repository at this point in the history
  11. Fix warning

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4d25cf2 View commit details
    Browse the repository at this point in the history
  12. Include exec binary

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5a67ae8 View commit details
    Browse the repository at this point in the history
  13. Revert cmd split

    vinc committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5b7163c View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Configuration menu
    Copy the full SHA
    3e5738e View commit details
    Browse the repository at this point in the history
  2. Remove undocumented proc command

    vinc committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    55da438 View commit details
    Browse the repository at this point in the history
  3. Disable exec and hello install

    vinc committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    930e2c2 View commit details
    Browse the repository at this point in the history