<p dir="ltr">8 янв. 2015 г. 0:57 пользователь &quot;Paul Bolle&quot; &lt;<a href="mailto:pebolle@tiscali.nl">pebolle@tiscali.nl</a>&gt; написал:<br>
&gt;<br>
&gt; On Wed, 2015-01-07 at 23:59 +0600, Alexander Kuleshov wrote:<br>
&gt; &gt; Yes i saw video-*.c files, but i can&#39;t understand how compilation of<br>
&gt; &gt; these video-*.c files depends on _WAKEUP macro...<br>
&gt; &gt;<br>
&gt; &gt; For example if&#39;d remove -D_WAKEUP, i get errors during realmode.elf linking:<br>
&gt; &gt;<br>
&gt; &gt; arch/x86/realmode/rm/video-vga.o: In function `vga_probe&#39;:<br>
&gt; &gt; /home/alex/dev/linux/arch/x86/realmode/rm/../../boot/video-vga.c:259:<br>
&gt; &gt; undefined reference to `boot_params&#39;<br>
&gt; &gt;<br>
&gt; &gt; As you wrote there are many #ifndef/#endif directives, but why there<br>
&gt; &gt; _WAKEUP is undefined everytime, but we pass it from command line with<br>
&gt; &gt; -D_WAKEUP?<br>
&gt;<br>
&gt; Because these file also get compiled via arch/x86/boot/Makefile? Ie, I<br>
&gt; _guess_ _WAKEUP is needed to ensure the compile started from<br>
&gt; arch/x86/realmode/rm/Makefile differs from the compile started from<br>
&gt; arch/x86/boot/Makefile. But [...]/boot/Makefile is sufficiently<br>
&gt; complicated for me to stop me from looking at it too long!<br>
&gt;<br>
&gt; You do realize that the Linux kernel is a treasure trove for people<br>
&gt; wanting to know just how far make, gcc, etc can be pushed, don&#39;t you?<br>
&gt;<br>
&gt;<br>
&gt; Paul Bolle<br>
&gt;</p>
<p dir="ltr">That&#39;s true<br>
</p>