Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 44 and Version 45 of Developer/Simulators/QEMU/CANEmulation


Ignore:
Timestamp:
08/14/13 09:39:27 (11 years ago)
Author:
C Rempel
Comment:

/* Building the Kernel */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Simulators/QEMU/CANEmulation

    v44 v45  
    208208   make mrproper
    209209   make allnoconfig
    210    make menuconfig # Detailed intructions below
    211    make bzImage
     210   make menuconfig # '''Note:''' Detailed instructions below
     211   make bzImage                      # make the kernel image
     212   find -name bzImage                # find the kernel image
     213   cp ./arch/i386/boot/bzImage ~qemu/. # put in the working directory
    212214In the 'make menuconfig' step we will chose
    213215