Changeset 657 for trunk/Makefile


Ignore:
Timestamp:
Mar 18, 2020, 11:16:59 PM (4 years ago)
Author:
alain
Message:

Introduce remote_buf.c/.h & socket.c/.h files.
Update dev_nic.c/.h files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    r656 r657  
    130130        rm -f $(DISK_IMAGE)
    131131        ./create_dmg    create $(basename $(DISK_IMAGE))
    132         dd              if=$(DISK_IMAGE) of=temp.dmg count=65536
     132        dd              if=$(DISK_IMAGE) of=temp.dmg count=131072
    133133        mv              temp.dmg $(DISK_IMAGE)
    134134        mmd             -o -i $(DISK_IMAGE) ::/bin                            || true
     
    139139        mcopy           -o -i $(DISK_IMAGE) images/lena_256.raw ::/misc       || true             
    140140        mcopy           -o -i $(DISK_IMAGE) images/images_128.raw ::/misc     || true             
    141         mcopy           -o -i $(DISK_IMAGE) images/philips_1024_2.raw ::/misc || true             
     141        mcopy           -o -i $(DISK_IMAGE) images/philips_1024.raw ::/misc  || true             
    142142        mcopy           -o -i $(DISK_IMAGE) images/couple_512.raw ::/misc     || true             
    143143        mcopy           -o -i $(DISK_IMAGE) images/wood_32.raw ::/misc        || true             
Note: See TracChangeset for help on using the changeset viewer.