Add missing newlines
This commit is contained in:
parent
4847f93e2a
commit
7542126ac2
4 changed files with 2 additions and 4 deletions
|
@ -108,4 +108,4 @@ message:
|
|||
.ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
||||
messageend:
|
||||
iopl_arg:
|
||||
.long 3
|
||||
.long 3
|
||||
|
|
|
@ -95,4 +95,4 @@ messageend:
|
|||
iopl_arg:
|
||||
.long SHUTDOWN_PORT
|
||||
.long 1
|
||||
.long 1
|
||||
.long 1
|
||||
|
|
|
@ -77,4 +77,3 @@ start:
|
|||
message:
|
||||
.ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
||||
messageend:
|
||||
|
|
@ -76,4 +76,3 @@ start:
|
|||
message:
|
||||
.ascii "Boot Test Passed Successfully\n" SUCCESSFUL_BOOT_STRING "\n"
|
||||
messageend:
|
||||
|
Loading…
Reference in a new issue