Operating Systems Principles LAB

From
Revision as of 08:17, 18 April 2005 by Dirkneukirchen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Lab 1: HAL Interpreter

This Task requires knowledge in C/C++ and to a certain amount working with the compiler tools lex/flex and yacc/bison.

These programs should be available in the bird pools (RUD 23, 3.2xx Solaris).

For those who have forgotten some important features of the tools (element of PI-3) may want to read the slides of Prof. Fischer here: http://www.informatik.hu-berlin.de/sam/lehre/pi3-ws2002/

There you find examples of working flex/bison code too and a makefiles.

Prof. Freytag got some slides too but they are password protected. (anyone knows the pass ?)

Another introduction to makefiles is done by Dr. Bell in his Unix course.