mirror of
https://review.haiku-os.org/haiku
synced 2025-02-02 03:36:14 +01:00
5c2425a61e
The concept of entry point in COFF is actually different than in ELF. In COFF, the entry point is actually a "descriptor" (pointer) to the actual start code. So we patch the entry point address when calling objcopy. Now my old Performa 5400/180 actually starts the loader correctly \o/