Re: page fault on virtual bus
Martin Schröder <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Am 28.05.2014 00:46, schrieb Adam Lackorzynski:
> An example is for example in l4/conf/examples/x86-fb.cfg.
btw, in the example l4/conf/examples/io_example.io
(https://os.inf.tu-dresden.de/L4Re/doc/io.html) the two lines beginning with
dev = wrap(hw:match( ...
should be replaced by
dev = wrap(Io.Hw:match( ...
(or by prefixing the block with "local hw = Io.Hw")
Martin