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-EOS32
    from Rev 265 to Rev 267
    Reverse comparison

Rev 265 → Rev 267

/Makefile.run
0,0 → 1,3
#
# Makefile.run in fs-EOS32
#
/mkpboot/pbr.s
66,11 → 66,11
 
; messages
strtmsg:
.byte "You didn't believe that this tiny program is"
.byte "a full-fledged operating system, did you? ;-)"
.byte "The real EOS32 is a project all by itself."
.byte "You can find it on GitHub, under the name"
.byte "'eos32-on-eco32'.", 0x0D, 0x0A, 0
.byte "You didn't expect this tiny program to be "
.byte "a full-fledged operating system, did you? ;-) "
.byte "The real EOS32 for ECO32 is a project all by "
.byze "itself. You can find it on GitHub, under the "
.byte "name 'eos32-on-eco32'.", 0x0D, 0x0A, 0
hltmsg:
.byte "bootstrap halted", 0x0D, 0x0A, 0
 
/mkpboot/Makefile
4,8 → 4,14
 
BUILD = ../../../../build
 
.PHONY: all install clean
 
all: pbr.bin
 
install: pbr.bin
mkdir -p $(BUILD)/run/fs-EOS32
cp pbr.bin $(BUILD)/run/fs-EOS32
 
pbr.bin: pbr.o
$(BUILD)/bin/ld -h -rc 0xC0010000 -o pbr.bin pbr.o
 

powered by: WebSVN 2.1.0

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