Fix comments

This commit is contained in:
Alex Kotov 2022-01-27 05:34:06 +05:00
parent 3fae8c41af
commit 9ec39b3871
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 6 additions and 6 deletions

View File

@ -54,12 +54,12 @@ main:
call print_str
mov $0x02, %ah
mov $1, %al /* Sectors count */
mov $0x80, %dl /* Drive */
mov $0, %ch /* Cylinder */
mov $0, %dh /* Head */
mov $2, %cl /* Cylinder and sector */
mov $STAGE2_BASE, %bx /* Address */
mov $1, %al // Sectors count
mov $0x80, %dl // Drive
mov $0, %ch // Cylinder
mov $0, %dh // Head
mov $2, %cl // Cylinder and sector
mov $STAGE2_BASE, %bx // Address
int $0x13
mov $STAGE1_ADDR(size), %bx