Implementation of KULAN I by High Level Language - I(Physical, Link)

본 논문은 Design of KULAN I에서 설계한 hardware, physical, link process의 구현을 설명 하고 있다. 구현 방법은 buffer를 통한 process간의 통신을 하였고, 이를 위하여 buffer를 monitor를 구성 하였으며, timeout을 위하여 timetable을 monitor type으로 구현하였다. Buffer는 5 byte의 array로 구성 하였으며, time-table의 내부 구조는 timeouttime 순서에 의한 linked list로 구성하였다. 그리하여 link 이상의 상위 layer를 support 할 수 있도록 하였다.