[BRLTTY] [RFC] GRUB2 and braille support

Samuel Thibault samuel.thibault at ens-lyon.org
Wed Jul 28 19:19:42 EDT 2010


Another option of course is to just embed the whole brltty code, and
just adding a grub screen driver.  That'd be much more demanding in
terms of libc functions (see attached rough list on Linux), as well as
some refactoring of the brltty main loop to make it live along the grub
main loop.

Samuel
-------------- next part --------------
                 U __ctype_b_loc@@GLIBC_2.3
                 U __cxa_atexit@@GLIBC_2.2.5
                 U __errno_location@@GLIBC_2.2.5
                 U __fxstat@@GLIBC_2.2.5
                 U __libc_start_main@@GLIBC_2.2.5
                 U __lxstat@@GLIBC_2.2.5
                 U __xmknod@@GLIBC_2.2.5
                 U __xstat@@GLIBC_2.2.5
                 U _exit@@GLIBC_2.2.5
                 U access@@GLIBC_2.2.5
                 U bind@@GLIBC_2.2.5
                 U bsearch@@GLIBC_2.2.5
                 U calloc@@GLIBC_2.2.5
                 U cfsetispeed@@GLIBC_2.2.5
                 U cfsetospeed@@GLIBC_2.2.5
                 U chdir@@GLIBC_2.2.5
                 U chmod@@GLIBC_2.2.5
                 U clearerr@@GLIBC_2.2.5
                 U close@@GLIBC_2.2.5
                 U closedir@@GLIBC_2.2.5
                 U closelog@@GLIBC_2.2.5
                 U exit@@GLIBC_2.2.5
                 U fchdir@@GLIBC_2.2.5
                 U fclose@@GLIBC_2.2.5
                 U fcntl@@GLIBC_2.2.5
                 U fdopen@@GLIBC_2.2.5
                 U feof@@GLIBC_2.2.5
                 U ferror@@GLIBC_2.2.5
                 U fflush@@GLIBC_2.2.5
                 U fgets@@GLIBC_2.2.5
                 U fileno@@GLIBC_2.2.5
                 U fopen@@GLIBC_2.2.5
                 U fprintf@@GLIBC_2.2.5
                 U fputc@@GLIBC_2.2.5
                 U fputs@@GLIBC_2.2.5
                 U fread@@GLIBC_2.2.5
                 U free@@GLIBC_2.2.5
                 U freopen@@GLIBC_2.2.5
                 U ftruncate@@GLIBC_2.2.5
                 U fwrite@@GLIBC_2.2.5
                 U getcwd@@GLIBC_2.2.5
                 U getenv@@GLIBC_2.2.5
                 U getopt_long@@GLIBC_2.2.5
                 U getpid@@GLIBC_2.2.5
                 U gettext@@GLIBC_2.2.5
                 U gettimeofday@@GLIBC_2.2.5
                 U glob@@GLIBC_2.2.5
                 U globfree@@GLIBC_2.2.5
                 U gnu_dev_makedev@@GLIBC_2.3.3
                 U iconv@@GLIBC_2.2.5
                 U iconv_close@@GLIBC_2.2.5
                 U iconv_open@@GLIBC_2.2.5
                 U ioctl@@GLIBC_2.2.5
                 U ioperm@@GLIBC_2.2.5
                 U isatty@@GLIBC_2.2.5
                 U iswalpha@@GLIBC_2.2.5
                 U iswcntrl@@GLIBC_2.2.5
                 U iswdigit@@GLIBC_2.2.5
                 U iswlower@@GLIBC_2.2.5
                 U iswpunct@@GLIBC_2.2.5
                 U iswspace@@GLIBC_2.2.5
                 U iswupper@@GLIBC_2.2.5
                 U kill@@GLIBC_2.2.5
                 U localtime@@GLIBC_2.2.5
                 U lseek@@GLIBC_2.2.5
                 U malloc@@GLIBC_2.2.5
                 U memchr@@GLIBC_2.2.5
                 U memcmp@@GLIBC_2.2.5
                 U memcpy@@GLIBC_2.2.5
                 U memmove@@GLIBC_2.2.5
                 U memset@@GLIBC_2.2.5
                 U mkdir@@GLIBC_2.2.5
                 U mkfifo@@GLIBC_2.2.5
                 U mount@@GLIBC_2.2.5
                 U nl_langinfo@@GLIBC_2.2.5
                 U open@@GLIBC_2.2.5
                 U opendir@@GLIBC_2.2.5
                 U openlog@@GLIBC_2.2.5
                 U poll@@GLIBC_2.2.5
                 U pthread_mutex_lock@@GLIBC_2.2.5
                 U pthread_mutex_unlock@@GLIBC_2.2.5
                 U pthread_rwlock_destroy@@GLIBC_2.2.5
                 U pthread_rwlock_init@@GLIBC_2.2.5
                 U pthread_rwlock_rdlock@@GLIBC_2.2.5
                 U pthread_rwlock_tryrdlock@@GLIBC_2.2.5
                 U pthread_rwlock_trywrlock@@GLIBC_2.2.5
                 U pthread_rwlock_unlock@@GLIBC_2.2.5
                 U pthread_rwlock_wrlock@@GLIBC_2.2.5
                 U qsort@@GLIBC_2.2.5
                 U read@@GLIBC_2.2.5
                 U readdir@@GLIBC_2.2.5
                 U readlink@@GLIBC_2.2.5
                 U realloc@@GLIBC_2.2.5
                 U realpath@@GLIBC_2.3
                 U regcomp@@GLIBC_2.2.5
                 U regexec@@GLIBC_2.3.4
                 U regfree@@GLIBC_2.2.5
                 U select@@GLIBC_2.2.5
                 U setlocale@@GLIBC_2.2.5
                 U sigaction@@GLIBC_2.2.5
                 U sigaddset@@GLIBC_2.2.5
                 U sigemptyset@@GLIBC_2.2.5
                 U sigprocmask@@GLIBC_2.2.5
                 U snprintf@@GLIBC_2.2.5
                 U sprintf@@GLIBC_2.2.5
                 U sscanf@@GLIBC_2.2.5
                 U statfs@@GLIBC_2.2.5
                 U strcasecmp@@GLIBC_2.2.5
                 U strchr@@GLIBC_2.2.5
                 U strcmp@@GLIBC_2.2.5
                 U strcspn@@GLIBC_2.2.5
                 U strdup@@GLIBC_2.2.5
                 U strerror@@GLIBC_2.2.5
                 U strlen@@GLIBC_2.2.5
                 U strncasecmp@@GLIBC_2.2.5
                 U strncmp@@GLIBC_2.2.5
                 U strncpy@@GLIBC_2.2.5
                 U strrchr@@GLIBC_2.2.5
                 U strspn@@GLIBC_2.2.5
                 U strstr@@GLIBC_2.2.5
                 U strtod@@GLIBC_2.2.5
                 U strtok@@GLIBC_2.2.5
                 U strtol@@GLIBC_2.2.5
                 U sysconf@@GLIBC_2.2.5
                 U tcdrain@@GLIBC_2.2.5
                 U tcflush@@GLIBC_2.2.5
                 U tcgetattr@@GLIBC_2.2.5
                 U tcsetattr@@GLIBC_2.2.5
                 U textdomain@@GLIBC_2.2.5
                 U time@@GLIBC_2.2.5
                 U tolower@@GLIBC_2.2.5
                 U toupper@@GLIBC_2.2.5
                 U towlower@@GLIBC_2.2.5
                 U towupper@@GLIBC_2.2.5
                 U unlink@@GLIBC_2.2.5
                 U usleep@@GLIBC_2.2.5
                 U vfprintf@@GLIBC_2.2.5
                 U vsnprintf@@GLIBC_2.2.5
                 U vsyslog@@GLIBC_2.2.5
                 U waitpid@@GLIBC_2.2.5
                 U wcschr@@GLIBC_2.2.5
                 U wcslen@@GLIBC_2.2.5
                 U wmemchr@@GLIBC_2.2.5
                 U wmemcmp@@GLIBC_2.2.5
                 U wmemcpy@@GLIBC_2.2.5
                 U wmemmove@@GLIBC_2.2.5
                 U wmemset@@GLIBC_2.2.5
                 U write@@GLIBC_2.2.5


More information about the BRLTTY mailing list