Skip to content
  • Charlie Jacobsen's avatar
    Separates utcb (message buffer) and the stack. · 742eca0d
    Charlie Jacobsen authored and Vikram Narayanan's avatar Vikram Narayanan committed
    The utcb is in a separate page of memory now. The stack can now
    be made bigger than a page if necessary. This isn't a final
    solution, but it will work for now while trying to get async
    working. (Obviously, calling send/recv async won't work right
    now since there is just one global message buffer.)
    742eca0d