Changeset 57 for trunk/Makefile.x86


Ignore:
Timestamp:
Jun 26, 2017, 4:33:48 PM (7 years ago)
Author:
max@…
Message:

move the ldscript into x86_64/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r56 r57  
    409409                                $(SYS_OBJS_2)               \
    410410                                $(SYS_OBJS_3)               \
    411                                 kernel/kernel_x86.ld
    412         $(LD) -o $@ -z max-page-size=0x1000 -T kernel/kernel_x86.ld \
     411                                hal/x86_64/kernel.ld
     412        $(LD) -o $@ -z max-page-size=0x1000 -T hal/x86_64/kernel.ld \
    413413          $(KERN_OBJS) $(HAL_OBJS) $(DEV_OBJS) $(MM_OBJS)   \
    414414          $(LIBK_OBJS) $(DRIVERS_OBJS) $(VFS_OBJS)          \
Note: See TracChangeset for help on using the changeset viewer.