mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-08 22:09:17 +00:00
Removal of NASM support and migration of .asm files to .s
This commit is contained in:
@ -15,8 +15,6 @@
|
||||
along with Fennix Kernel. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
.intel_syntax noprefix
|
||||
|
||||
.code32
|
||||
.extern Multiboot2_start
|
||||
|
||||
@ -91,3 +89,4 @@ EndTag_Start:
|
||||
.long EndTag_End - EndTag_Start
|
||||
EndTag_End:
|
||||
MULTIBOOT2_HEADER_END:
|
||||
nop
|
||||
|
Reference in New Issue
Block a user