D
D
DVoropaev2019-03-09 21:56:01
linux
DVoropaev, 2019-03-09 21:56:01

Running a program in Linux x64?

I came across an interesting article that describes the process of launching 32-bit programs well.
Are there similar articles for 64-bit architecture? What are the differences (and are there any at all, except for the size of the address space)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2019-03-09
@DVoropaev

Are there similar articles for 64-bit architecture?

What for? There is almost no processor specificity in this article - it describes the giblets of the C-runtime, the C library and the dynamic linker. Any C program, for any architecture, goes through the same stages when it starts up.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question