Linux Composite Communication

Post on 04-Jul-2015

688 views 0 download

description

Project presentation on a module built to provide communication between Linux and Composite, an experimental OS in development at GWU Computer Science Dept.

Transcript of Linux Composite Communication

TarequeHossain

  EstablishacommunicationmethodbetweenComposite&Linux

  SenddebugmessagefromCompositetoaLinuxterminalprompt

  ControltheexecutionofCompositefromaLinuxprompt

  SendobjectsfromLinuxintoCompositeinordertoexecutevarioustestcasescenario

 WriteacharacterdevicethatisloadedintotheLinuxkernelalongwithCompositemodules

  Characterdeviceactsjustasafilebutdoesnotwritetothedisk,rathertomemoryinkernel

  Thedevicehasaninternalbufferthatstoresobjectsbetweentransfers

  Twoentitiesinteractwiththedevice  AcomponentonCompositeside  UserspaceprogramonLinuxside

  CreatingtheCompositecomponent  Performanceissues

  Yes!