Changeset 0dd8c29 in mainline
- Timestamp:
- 2011-05-18T13:25:04Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1182d79
- Parents:
- 912100e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r912100e r0dd8c29 522 522 ! [PLATFORM=sparc64&CONFIG_SMP=y] CONFIG_AP (y/n) 523 523 524 % Use Block Address Translation by the loader525 ! [PLATFORM=ppc32] CONFIG_BAT (y/n)526 527 524 % Preserve A.OUT header in isofs.b 528 525 ! [PLATFORM=sparc64&MACHINE=generic] CONFIG_AOUT_ISOFS_B (y) -
boot/arch/ppc32/src/asm.S
r912100e r0dd8c29 243 243 clear_end: 244 244 245 #ifdef CONFIG_BAT246 247 245 # create BAT identity mapping 248 246 … … 288 286 289 287 no_bat: 290 291 #endif292 288 293 289 # flush TLB -
defaults/ppc32/Makefile.config
r912100e r0dd8c29 38 38 CONFIG_FB = y 39 39 40 # Use Block Address Translation by the loader41 CONFIG_BAT = y42 43 40 # Load disk drivers on startup 44 41 CONFIG_START_BD = n
Note:
See TracChangeset
for help on using the changeset viewer.