Explorar el Código

disable cursor blinking in quiet mode

Waldemar Brodkorb hace 10 años
padre
commit
e9b04bc4f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/Makefile

+ 1 - 1
target/Makefile

@@ -59,7 +59,7 @@ ifeq ($(ADK_RUNTIME_QUIET_INIT),y)
 		${BUILD_DIR}/.kernelconfig.board
 endif
 ifeq ($(ADK_QUIET_KERNEL),y)
-	@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2"#' \
+	@sed -i -e 's#^\(CONFIG_.*CMDLINE="\)\(.*\)"#\1\2 quiet loglevel=2 vt.global_cursor_default=0"#' \
 		${BUILD_DIR}/.kernelconfig.board
 endif
 ifeq ($(ADK_KERNEL_DEBUG_WITH_KGDB),y)