Create a message port for sending messages as apposed to reading/writing a memory range.

This commit is contained in:
Gabe Black
2008-10-12 12:08:51 -07:00
parent e0f137a87c
commit e459013182
6 changed files with 149 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ Source('packet.cc')
Source('physical.cc')
Source('port.cc')
Source('tport.cc')
Source('mport.cc')
if env['FULL_SYSTEM']:
Source('vport.cc')