Changeset 8399


Ignore:
Timestamp:
Feb 3, 2008, 4:12:55 AM (17 years ago)
Author:
Gary Byers
Message:

Move image start address up by 64K.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/darwinx8664/Makefile

    r7667 r8399  
    2727### Current ld64 bugs include the claim that 0x1000 isn't a power of 2.
    2828### Gosh.  I always thought that it was.  Go know, right ?
    29 LDFLAGS = -arch x86_64 -dynamic  -o $@ -e start -pagezero_size 0x1000 -seg1addr 0x00001000
     29LDFLAGS = -arch x86_64 -dynamic  -o $@ -e start -pagezero_size 0x11000 -seg1addr 0x00011000
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.