Changeset c9ed176 in mainline for contrib


Ignore:
Timestamp:
2005-09-25T16:51:17Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a58db280
Parents:
48a02ef
Message:

Move kernel build files one level up the directory tree.
Fix paths in your testing environment!

Location:
contrib/conf
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • contrib/conf/SPMIPS.simics

    r48a02ef rc9ed176  
    44read-configuration spmips.conf
    55
    6 set-pc (cpu0.load-binary ../../../SPARTAN/src/kernel.bin)
     6set-pc (cpu0.load-binary ../../../SPARTAN/kernel.bin)
    77
    88# Setup uart to use 8 bits
  • contrib/conf/dot.bochsrc

    r48a02ef rc9ed176  
    131131# supported on Windows 95 and 98.
    132132#=======================================================================
    133 floppya: 1_44=SPARTAN/src/image.bin, status=inserted
     133floppya: 1_44=SPARTAN/image.bin, status=inserted
    134134#floppya: 1_44=/dev/fd0, status=inserted
    135135
  • contrib/conf/ski.conf

    r48a02ef rc9ed176  
    1 load SPARTAN/src/kernel.bin
    2 load SPARTAN/src/load.bin
     1load SPARTAN/kernel.bin
     2load SPARTAN/load.bin
Note: See TracChangeset for help on using the changeset viewer.