This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.data | |
helloworld: .asciiz "Hello World" | |
line: .asciiz "\n" | |
.text | |
main: | |
j looping | |
print_hello_world: | |
la $a0, helloworld | |
li $v0, 4 # 4 print_string | |
syscall |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@v01 /home/w | |
# fdisk /dev/sda # drive to create partition !770 | |
----------------------------------------------------------------------------------------------------------------- | |
Welcome to fdisk (util-linux 2.31.1). | |
Changes will remain in memory only, until you decide to write them. | |
Be careful before using the write command. | |
Command (m for help): |