Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 277 B view raw
1/* XPM */ 2static char * choice_no_xpm[] = { 3"12 12 2 1", 4" c white", 5". c black", 6" ", 7" .... ", 8" .. .. ", 9" . . ", 10" . . ", 11" . . ", 12" . . ", 13" . . ", 14" . . ", 15" .. .. ", 16" .... ", 17" " 18};