[haiku-bugs] [Haiku] #12122: mbr.S: rewrite to use Intel syntax

  • From: "jessicah" <trac@xxxxxxxxxxxx>
  • Date: Thu, 04 Jun 2015 11:48:47 -0000

#12122: mbr.S: rewrite to use Intel syntax
----------------------------------------+------------------------------
Reporter: jessicah | Owner: nobody
Type: enhancement | Status: new
Priority: normal | Milestone: Unscheduled
Component: Partitioning Systems/Intel | Version: R1/Development
Keywords: | Blocked By:
Blocking: | Has a Patch: 0
Platform: All |
----------------------------------------+------------------------------
In order to be able to write the MBR boot code when creating an Intel
partition map on non-x86 Haiku installations, we first need to rewrite it
to Intel syntax so that we can use NASM to compile it, as the gcc
assembler won't understand x86 assembly for non-x86 builds (e.g. an ARM
build).

The MBR boot code was previously written in Intel syntax and compiled with
NASM; however, this was changed in hrev49240 in order to implement #4028.

--
Ticket URL: <https://dev.haiku-os.org/ticket/12122>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts:

  • » [haiku-bugs] [Haiku] #12122: mbr.S: rewrite to use Intel syntax - jessicah