bootstrapping with -no-native-io now allows tty shell

erg 2006-03-27 01:02:04 +00:00
parent 80f74651b2
commit e79f9d4888
2 changed files with 3 additions and 1 deletions

View File

@ -32,4 +32,4 @@ USING: alien compiler kernel namespaces parser sequences words ;
] when
IN: kernel
: default-shell "native-io" get "ui" "tty" ? ;
: default-shell "tty" ;

View File

@ -272,3 +272,5 @@ IN: shells
] with-freetype
] [ cleanup-win32-ui ] cleanup ;
IN: kernel
: default-shell "ui" ;