Search found 1 match
- Thu Oct 23, 2008 4:05 pm
- Forum: Beginning OS Development
- Topic: [HELP] Compile on Cygwin or with DJGPP fails
- Replies: 1
- Views: 14100
[HELP] Compile on Cygwin or with DJGPP fails
Hello, can someone explain me please, how to compile this HelloWorld-OS under Cygwin or with DJGPP and how to debug it with GDB on Bochs? I have only 3 files: mykernel.c int main(int argc, char *argv[]) { // Pointer zum Videospeicher char *video = (char*) 0xB8000; // String zum Ausgeben char *hello ...