Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~522 People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for SphinCorp

I am getting a casting error with: [CODE] page_directory[0] = page_table;[/CODE] where [CODE]unsigned long *page_directory = (unsigned long *) 0x9C000; unsigned long *page_table = (unsigned long *) 0x9D000;[/CODE] Note that this is to initialize paging at kernel level, so stdlib.h is NOT an option, as malloc() -- a memory allocation …

Member Avatar for Narue
0
87
Member Avatar for asilter

I have the same problem with: [CODE]page_directory[0] = page_table;[/CODE] where [CODE]unsigned long *page_directory = (unsigned long *) 0x9C000; unsigned long *page_table = (unsigned long *) 0x9D000;[/CODE] Note that this is to initialize paging at kernel level, so stdlib.h is NOT an option, as malloc() -- a memory allocation function -- …

Member Avatar for SphinCorp
0
351
Member Avatar for SphinCorp

I've made a program in c++ (unmanaged) How would I make it into a dll for use in other apps? also, instead of gets, or cin.getline, how do I pass a variable (named COM) from an app to the dll? (BTW: in using Dev-C++ 4.9.9.2)

Member Avatar for Ancient Dragon
0
84

The End.