Skip to content

Commit 1a1cebb

Browse files
committed
Fix warnings about .intel_syntax attribute
1 parent 861a49c commit 1a1cebb

File tree

6 files changed

+0
-6
lines changed

6 files changed

+0
-6
lines changed

src/e820.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.section .boot, "awx"
2-
.intel_syntax noprefix
32
.code16
43

54
# From http://wiki.osdev.org/Detecting_Memory_(x86)#Getting_an_E820_Memory_Map

src/stage_1.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.section .boot-first-stage, "awx"
22
.global _start
3-
.intel_syntax noprefix
43
.code16
54

65
# This stage initializes the stack, enables the A20 line, loads the rest of

src/stage_2.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.section .boot, "awx"
2-
.intel_syntax noprefix
32
.code16
43

54
# This stage sets the target operating mode, loads the kernel from disk,

src/stage_3.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.section .boot, "awx"
2-
.intel_syntax noprefix
32
.code32
43

54
# This stage performs some checks on the CPU (cpuid, long mode), sets up an

src/video_mode/vga_320x200.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.section .boot, "awx"
2-
.intel_syntax noprefix
32
.code16
43

54
config_video_mode:

src/video_mode/vga_text_80x25.s

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.section .boot, "awx"
2-
.intel_syntax noprefix
32
.code16
43

54
config_video_mode:

0 commit comments

Comments
 (0)