Grub4Dos DLL Kernel Load

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
hojjatrakhshani
Posts: 21
Joined: Sun Feb 19, 2012 7:25 am

Grub4Dos DLL Kernel Load

Post by hojjatrakhshani »

hi guys! :)
i config vc++ & read below tutorial & try to load kernel with grub4dos
(its dll)
multi boot hearder set in first of text segment but it say invalid executable format? :?:
http://forum.osdev.org/viewtopic.php?f=1&t=21260
Attachments
main.cpp
(1.83 KiB) Downloaded 52 times
main.asm
(4.23 KiB) Downloaded 40 times
AndrewBuckley
Member
Member
Posts: 95
Joined: Thu Jan 29, 2009 9:13 am

Re: Grub4Dos DLL Kernel Load

Post by AndrewBuckley »

where did that main.asm come from? it looks like it says a compiler made it. you will need to write those yourself.
hojjatrakhshani
Posts: 21
Joined: Sun Feb 19, 2012 7:25 am

Re: Grub4Dos DLL Kernel Load

Post by hojjatrakhshani »

it is assembly file that product vc++!just it
i try to load kernl32.dll but it?
Post Reply