Changeset 0f94c3d in mainline for kernel/arch/amd64/src/boot/boot.S


Ignore:
Timestamp:
2009-03-01T20:51:26Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2e079b70
Parents:
0d5a50c
Message:

Read command line for multiboot modules on ia32 and copy it to task name. Other arches will need to initialize task names in the init structure to an empty string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/boot/boot.S

    r0d5a50c r0f94c3d  
    224224                       
    225225                        addl $16, %esi
    226                         addq $16, %rdi
     226                        addq $48, %rdi
    227227                       
    228228                        loop mods_loop
Note: See TracChangeset for help on using the changeset viewer.