10 changed files with 222 additions and 42 deletions
@ -0,0 +1,11 @@ |
|||
section .rodata |
|||
global _binary_charmap_bmp |
|||
global _binary_bootmessage_txt |
|||
|
|||
_binary_charmap_bmp: |
|||
incbin "../resources/bmp/charmap.bmp" |
|||
|
|||
|
|||
_binary_bootmessage_txt: |
|||
incbin "../resources/ascii/boot_message.txt" |
|||
db 0 |
@ -0,0 +1,25 @@ |
|||
__________ .__ _________ |
|||
\______ \|__| ____ \_ ___ \ ____ __ _ __ ______ |
|||
| | _/| | / \ / \ \/ / _ \ \ \/ \/ / / ___/ |
|||
| | \| || | \\ \____( <_> ) \ / \___ \ |
|||
|______ /|__||___| / \______ / \____/ \/\_/ /____ > |
|||
\/ \/ \/ \/ |
|||
.= , =. |
|||
_ _ /'/ )\,/,/(_ \ \ |
|||
`//-.| ( ,\\)\//\)\/_ ) | |
|||
//___\ `\\\/\\/\/\\///' / |
|||
,-"~`-._ `"--'_ `"""` _ \`'"~-,_ |
|||
\ `-. '_`. .'_` \ ,-"~`/ |
|||
`.__.-'`/ (-\ /-) |-.__,' |
|||
|| | \O) /^\ (O/ | |
|||
`\\ | / `\ / |
|||
\\ \ / `\ / |
|||
`\\ `-. /' .---.--.\ |
|||
`\\/`~(, '() (' |
|||
/(O) \\ _,.-.,_) |
|||
// \\ `\'` / |
|||
/ | || `""""~"` |
|||
/' |__|| |
|||
`o |
|||
" |
|||
; |
Before Width: | Height: | Size: 192 KiB After Width: | Height: | Size: 144 KiB |
Loading…
Reference in new issue