- Timestamp:
- 2009-04-05T16:20:02Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 482c86f
- Parents:
- 56fa418
- Location:
- defaults
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
r56fa418 r0175246 58 58 # Default framebuffer depth 59 59 CONFIG_VESA_BPP = 16 60 61 # Keyboard layout62 KBD_LAYOUT = us_qwerty -
defaults/arm32/Makefile.config
r56fa418 r0175246 31 31 # What is your output device? 32 32 CONFIG_HID_OUT = generic 33 34 # Keyboard layout35 KBD_LAYOUT = us_qwerty -
defaults/ia32/Makefile.config
r56fa418 r0175246 64 64 # Default framebuffer depth 65 65 CONFIG_VESA_BPP = 16 66 67 # Keyboard layout68 KBD_LAYOUT = us_qwerty -
defaults/ia64/Makefile.config
r56fa418 r0175246 43 43 # Output device class 44 44 CONFIG_HID_OUT = generic 45 46 # Keyboard layout47 KBD_LAYOUT = us_qwerty -
defaults/mips32/Makefile.config
r56fa418 r0175246 37 37 # Output device class 38 38 CONFIG_HID_OUT = generic 39 40 # Keyboard layout41 KBD_LAYOUT = us_qwerty -
defaults/ppc32/Makefile.config
r56fa418 r0175246 34 34 # Use Block Address Translation by the loader 35 35 CONFIG_BAT = y 36 37 # Keyboard layout38 KBD_LAYOUT = us_qwerty -
defaults/sparc64/Makefile.config
r56fa418 r0175246 55 55 # External ramdisk 56 56 CONFIG_RD_EXTERNAL = y 57 58 # Keyboard layout59 KBD_LAYOUT = us_qwerty
Note:
See TracChangeset
for help on using the changeset viewer.