OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk/disk/tools/fs-Linux
    from Rev 267 to Rev 269
    Reverse comparison

Rev 267 → Rev 269

/Makefile.run
1,3 → 1,11
#
# Makefile.run in fs-Linux
# Makefile for writing the Linux partition image to disk
#
 
BUILD = ../..
 
all:
$(BUILD)/bin/wrpart ../disk.img 4 pbr.bin
 
clean:
rm -f *~
/mkpboot/pbr.s
66,11 → 66,15
 
; messages
strtmsg:
.byte "You didn't expect this tiny program to be "
.byte "a full-fledged operating system, did you? ;-) "
.byte "The real Linux for ECO32 is a project all by "
.byte "itself. You can find it on GitHub, under the "
.byte "name 'linux-on-eco32'.", 0x0D, 0x0A, 0
.byte 0x0D, 0x0A
.byte "You didn't expect this tiny program to be"
.byte 0x0D, 0x0A
.byte "a full-fledged operating system, did you?"
.byte 0x0D, 0x0A
.byte "You can find the real Linux for ECO32 on"
.byte 0x0D, 0x0A
.byte "GitHub, under the name 'linux-on-eco32'."
.byte 0x0D, 0x0A, 0x0D, 0x0A, 0
hltmsg:
.byte "bootstrap halted", 0x0D, 0x0A, 0
 
/Makefile
1,5 → 1,5
#
# Makefile for a fake Linux partition
# Makefile for building a fake Linux partition
#
 
BUILD = ../../../build

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.