Hello, After I set the framebuffer flag to n, compilation fails for IA32 due to undefined references in both arch/ia32/src/boot/multiboot.o and genarch/src/multiboot/multiboot2.o. It can't seem to find the framebuffer properties bfb_addr, bfb_width, all the way to bfb_blue_size. Here's a complete log: https://gist.github.com/anonymous/f6e38648612d56b21290
Looked into multiboot2_info_parse, but I'm not sure why this is happening. Any thoughts on this? Thanks, Ana On Wed, May 6, 2015 at 5:46 PM, Martin Decky <[email protected]> wrote: > AFAIK those virtual consoles were relevant to previous release of >> HelenOS (0.5). Current release (0.6) and mainline branch use graphical >> GUI managed by 'compositor' server and original 'console' server (the >> one with switched consoles) is thus overriden. >> > > No, the virtual consoles are still relevant, but only when the GUI > compositor server is not used. > > Try compiling HelenOS for AMD64 or IA-32, but disabling the "Framebuffer > support" option (CONFIG_FB = n) while keeping the "EGA support" on > (CONFIG_EGA = y). > > In this setup, HelenOS will run in text mode only and the Fn keys are > still used for switching between the virtual consoles. > > > M.D. > > > _______________________________________________ > HelenOS-devel mailing list > [email protected] > http://lists.modry.cz/listinfo/helenos-devel >
_______________________________________________ HelenOS-devel mailing list [email protected] http://lists.modry.cz/listinfo/helenos-devel
