Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
278 views

Shared Apache / MySQL / PHP setup on multiboot

In short: I have a multiboot machine with Win XP, Windows 7 and Ubuntu, and I would like my localhost web projects to be shared by all three OSes. Details: I finally want to get rid of Windows XP for ...
5
votes
1answer
1k views

How do I build a kernel image using Visual Studio?

I'd like to build an embedded kernel for an x86 machine using Visual C++. I have some C and assembly code files to compile and I'd like to link them all together in a way that is compatible with a ...
0
votes
1answer
88 views

XEN and Windows 7 + Windows XP + Linux

Do you suggest to install Windows 7 + Windows XP + Linux as multi-boot or via XEN? What are the advantages and disadvantages of each choice?
0
votes
1answer
113 views

How to restart a Linux/Windows dual-boot system automatically on the other OS? [closed]

Our automatic test system is setup with dual boot install. It can run Windows or Linux alternatively to exercise integration tests. (Note that the test system checks our software, working with our ...
0
votes
1answer
104 views

Can someone expain how I use this C data structure that comes from grub? I don't understand hi mem and lo mem

Grub is a multiboot compliant boot loader. When it boots an operating system it creates a structure defining the available memory and leaves a pointer to that structure in memory. I got that ...
0
votes
1answer
694 views

Converting kernel image from ELF to PE

I am using Msys to build a home brew kernel that I wrote under Linux. Linux used ELF for its binary format and Msys uses PE. I have the source setup to allow it to be booted by Grub using the ...