Os마다 실행파일포멧이 다른 이유는 몰까요?

darkkal의 이미지

우분투에서 컴파일시켜서 .exe 로 파일을 만들어내면

여기서도 윈도우 프로그램 돌릴 수 있는 거잖아요.
왜 그렇게 못만들어내죠?
궁금해서요 ㅠㅠ

감사합니다.

시스템공부하고 싶어하는 학생이...

Forums: 
lacovnk의 이미지

포맷은 인식하면야 되지만, 관련 라이브러리와 시스템 콜이 다르므로 처리하기 어렵습니다

bushi의 이미지

이 답변을 이해하실 정도면 저런 질문은 올리지도 않았겠죠.

아무튼,
CPU 가 틀릴 경우 CPU emulation 을 통해,
OS 가 틀릴 경우 OS emulation 을 통해 이 기종 바이너리를 실행하는 것이 가능합니다.
(네... 단지 "가능하다" 일 뿐입니다)

linux 에서는 커널이 제공하는 binfmt_misc 를 이용해 추가적인 로더를 등록할 수 있습니다.
qemu 를 사용해서 이 기종 CPU emulation,
wine 을 사용해서 windows OS emulation 이 가능합니다.

emulater 혹은 interpreter 는
CPU instruction 같은 h/w 적인 에뮬레이션을 담당하거나,
system call 같은 API/ABI 의 에뮬레이션을 담당합니다.

[bushi@rose kernel-2.6]$ 
[bushi@rose kernel-2.6]$ uname -a
Linux rose 2.6.23.15-80.fc7 #1 SMP Sun Feb 10 17:29:10 EST 2008 i686 i686 i386 GNU/Linux
[bushi@rose kernel-2.6]$ 
[bushi@rose kernel-2.6]$ ls -l /proc/sys/fs/binfmt_misc/
합계 0
-rw-r--r-- 1 root root 0 2008-03-31 18:59 qemu-arm
--w------- 1 root root 0 2008-03-31 18:59 register
-rw-r--r-- 1 root root 0 2008-03-30 18:56 status
-rw-r--r-- 1 root root 0 2008-03-30 18:57 windows
-rw-r--r-- 1 root root 0 2008-03-30 18:57 windowsPE
[bushi@rose kernel-2.6]$ 
[bushi@rose kernel-2.6]$ cat /proc/sys/fs/binfmt_misc/qemu-arm 
enabled
interpreter /usr/bin/qemu-arm
flags: 
offset 0
magic 7f454c4601010100000000000000000002000600
mask fffffffffffefefffffffffffffffffffbffffff
[bushi@rose kernel-2.6]$ 
[bushi@rose kernel-2.6]$ cat /proc/sys/fs/binfmt_misc/windowsPE 
enabled
interpreter /usr/bin/wine
flags: 
offset 0
magic 5045
[bushi@rose kernel-2.6]$ 

위와 같은 환경에선 x86 windows 용 hello.exe 나 arm linux용의 hello.elf 모두 x86 linux에서 실행할 수 있습니다.

OTL

김일영의 이미지

하긴 실행파일 로더 차원에서 재배치해주는 솔루션도 있다고 들은 것 같기도 한데 잘 몰겠군여...

inhosens의 이미지

못만들다뇨?
cross compile로 exe 형태의 실행파일을 만들 수도 있고
wine을 이용해 실행할 수도 있습니다.

질문의 요지를 파악 못한 건가요?

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.