Changeset fde6429 in mainline


Ignore:
Timestamp:
2005-08-25T21:09:19Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15bfc78
Parents:
361635c
Message:

Small changes.
Coding style fix in main.c.
Make 'cli' be the first instruction in boot.S again.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/boot/boot.S

    r361635c rfde6429  
    4040#
    4141kernel_image_start:
     42        cli
    4243        call memmap_arch_init
    43         cli
    4444        xorw %ax,%ax
    4545        movw %ax,%ds
  • src/main/main.c

    r361635c rfde6429  
    115115 *
    116116 */
    117 void main_bsp_separated_stack(void) {
     117void main_bsp_separated_stack(void)
     118{
    118119        vm_t *m;
    119120        task_t *k;
Note: See TracChangeset for help on using the changeset viewer.