Add cttybaud boot monitor variable to control speed of serial console (combine with ctty 0)

This commit is contained in:
Erik van der Kouwe
2011-03-16 12:25:10 +00:00
parent 5f1ab506c8
commit 03a7d0e8ae
5 changed files with 70 additions and 10 deletions

View File

@@ -158,6 +158,7 @@
#define INVAL_GID ((gid_t) -1) /* invalid gid value */
#define SERVARNAME "cttyline"
#define SERBAUDVARNAME "cttybaud"
/* Bits for the system property flags in boot image processes. */
#define PROC_FULLVM 0x100 /* VM sets and manages full pagetable */