Skip to content

Commit cbe7332

Browse files
authored
Merge pull request #28 from aturley/aturley/fix-alignment-chapter1-code
Fix alignment in chapter 1 example code
2 parents 46c4dd5 + 064b2f0 commit cbe7332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter 01/HelloWorld.s

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//
88

99
.global _start // Provide program starting address to linker
10-
.align 2 // Make sure everything is aligned properly
10+
.align 4 // Make sure everything is aligned properly
1111

1212
// Setup the parameters to print hello world
1313
// and then call the Kernel to do it.

0 commit comments

Comments
 (0)