remove all trailing whitespace
This commit is contained in:
parent
d2d4966571
commit
b39f9d20a9
222 changed files with 3286 additions and 3286 deletions
|
@ -21,16 +21,16 @@
|
|||
|
||||
/* Start with the prehistoric environment... */
|
||||
.code16
|
||||
|
||||
|
||||
/* Let's go */
|
||||
.globl start, _start;
|
||||
.globl start, _start;
|
||||
_start:
|
||||
start:
|
||||
start:
|
||||
|
||||
/* Root drive will default to boot drive */
|
||||
movb $0xFF, %dh
|
||||
movb $0x7F, %dl
|
||||
|
||||
|
||||
/* Jump to the real world */
|
||||
ljmp $0, $0x8200
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue