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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [disk/] [tools/] [fs-NetBSD/] [mkpboot/] [pbr.s] - Diff between revs 265 and 267

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 265 Rev 267
Line 64... Line 64...
halt1:
halt1:
        j       halt1
        j       halt1
 
 
        ; messages
        ; messages
strtmsg:
strtmsg:
        .byte   "You didn't believe that this tiny program is"
        .byte   "You didn't expect this tiny program to be "
        .byte   "a full-fledged operating system, did you? ;-)"
        .byte   "a full-fledged operating system, did you? ;-)"
        .byte   "The real EOS32 is a project all by itself."
        .byte   "The real NetBSD for ECO32 is a project all by "
        .byte   "You can find it on GitHub, under the name"
        .byte   "itself. You can find it on GitHub, under the "
        .byte   "'eos32-on-eco32'.", 0x0D, 0x0A, 0
        .byte   "name 'netbsd-on-eco32'.", 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.