Changeset 2b1f860 in mainline for boot/arch/sparc64/loader/main.c


Ignore:
Timestamp:
2008-12-06T23:35:32Z (17 years ago)
Author:
Pavel Rimsky <rimskyp@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
20eb5e4d
Parents:
49093a4
Message:

Initialize the color palette for the 8-bit color depth on sparc64 framebuffers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/sparc64/loader/main.c

    r49093a4 r2b1f860  
    268268#endif
    269269
     270        setup_palette();
     271
    270272        printf("\nBooting the kernel...\n");
    271273        jump_to_kernel((void *) KERNEL_VIRTUAL_ADDRESS,
Note: See TracChangeset for help on using the changeset viewer.