Emanuel Berg <[email protected]> writes:

> How do I use std::cin in Fiasco/L4Re?
>
> The software compiles and links fine, only during
> execution (with 'make qemu'), this [ std::cin >>
> period; ] crashes it ...

Just tried with scanf instead of std::cin (scanf from
stdio.h) - same thing, what I can see. What's going on?

scanf("%d", &period); // boom

-- 
underground experts united:
http://user.it.uu.se/~embe8573

_______________________________________________
l4-hackers mailing list
[email protected]
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers

Reply via email to