Author: wmb Date: 2009-08-22 01:36:25 +0200 (Sat, 22 Aug 2009) New Revision: 1319
Modified: ofw/core/muxdev.fth Log: muxdev.fth - used set-stdin and set-stdout so the /chosen properties are set correctly.
Modified: ofw/core/muxdev.fth =================================================================== --- ofw/core/muxdev.fth 2009-08-21 23:35:34 UTC (rev 1318) +++ ofw/core/muxdev.fth 2009-08-21 23:36:25 UTC (rev 1319) @@ -156,7 +156,7 @@
keyboard open-dev add-mux
- mux-ih stdin ! mux-ih stdout ! + mux-ih set-stdin mux-ih set-stdout
console-io ;