Skip to content

Syscalls #16

Description

@ebsksjk

As it is now possible to call arbitrary executables, we now need syscalls to build a small stdlib to write more usable programs

Outline:

  • implement Interrupts
  • implement Traps to execute kernel code when an interrupt is used
  • implement argument passing (stack ig)
  • implement syscall for print()
  • implement syscall for read()
  • implement syscall for open()
  • bundle all in venera_std.h

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions