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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-EOS32/] [mkpboot/] [pbr.s] - Diff between revs 268 and 269

Show entire file | Details | Blame | View Log

Rev 268 Rev 269
Line 64... Line 64...
halt1:
halt1:
        j       halt1
        j       halt1
 
 
        ; messages
        ; messages
strtmsg:
strtmsg:
 
        .byte   0x0D, 0x0A
        .byte   "You didn't expect this tiny program to be "
        .byte   "You didn't expect this tiny program to be "
        .byte   "a full-fledged operating system, did you? ;-) "
        .byte   0x0D, 0x0A
        .byte   "The real EOS32 for ECO32 is a project all by "
        .byte   "a full-fledged operating system, did you?"
        .byte   "itself. You can find it on GitHub, under the "
        .byte   0x0D, 0x0A
        .byte   "name 'eos32-on-eco32'.", 0x0D, 0x0A, 0
        .byte   "You can find the real EOS32 for ECO32 on"
 
        .byte   0x0D, 0x0A
 
        .byte   "GitHub, under the name 'eos32-on-eco32'."
 
        .byte   0x0D, 0x0A, 0x0D, 0x0A, 0
hltmsg:
hltmsg:
        .byte   "bootstrap halted", 0x0D, 0x0A, 0
        .byte   "bootstrap halted", 0x0D, 0x0A, 0
 
 
        ; boot record signature
        ; boot record signature
        .locate 512-2
        .locate 512-2

powered by: WebSVN 2.1.0

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