Changeset c40f385 in mainline for kernel/generic/src/main/main.c


Ignore:
Timestamp:
2011-12-08T23:00:49Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
89128f3, db8a034
Parents:
38650da (diff), 6f20277 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

GRUB 2 does not pass the module filename (path) as the module command line, therefore the filename has to be repeated in grub.cfg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/main/main.c

    r38650da rc40f385  
    262262         * Create the first thread.
    263263         */
    264         thread_t *kinit_thread
    265                 = thread_create(kinit, NULL, kernel, 0, "kinit", true);
     264        thread_t *kinit_thread =
     265            thread_create(kinit, NULL, kernel, 0, "kinit", true);
    266266        if (!kinit_thread)
    267267                panic("Cannot create kinit thread.");
Note: See TracChangeset for help on using the changeset viewer.