URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 267 |
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 NetBSD 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 'netbsd-on-eco32'.", 0x0D, 0x0A, 0
|
.byte "You can find the real NetBSD for ECO32 on"
|
|
.byte 0x0D, 0x0A
|
|
.byte "GitHub, under the name 'netbsd-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
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.