[zion] Create a message queue to be shared between the port and channel

This commit is contained in:
Drew Galbraith 2023-06-20 15:29:32 -07:00
parent 1edd5023ce
commit fe1641ac38
7 changed files with 138 additions and 94 deletions

View file

@ -11,6 +11,7 @@ add_executable(zion
interrupt/interrupt_enter.s
interrupt/timer.cpp
lib/mutex.cpp
lib/message_queue.cpp
loader/init_loader.cpp
memory/kernel_heap.cpp
memory/kernel_stack_manager.cpp