Skip to content

generate syscalls as struct methods and cleanup

Jimmy Brush requested to merge syscall-api into master
  • Add additional structs to represent groups of syscalls
  • Generate syscalls as methods on structs
  • IPC-related syscalls take first cap from self parameter
  • Remove old prototype syscall stubs
  • Wire up notification methods to real syscalls
  • Implement fmt::Write for Debug struct

Merge request reports