ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/main_unix.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.53 by gbeauche, 2004-11-22T21:33:32Z vs.
Revision 1.54 by gbeauche, 2004-11-22T23:17:32Z

# Line 1271 | Line 1271 | static DWORD kernel_area_size;                         // Siz
1271  
1272   static bool kernel_data_init(void)
1273   {
1274 +        char str[256];
1275   #ifdef _WIN32
1276          SYSTEM_INFO si;
1277          GetSystemInfo(&si);
# Line 1278 | Line 1279 | static bool kernel_data_init(void)
1279          kernel_area_size = (KERNEL_AREA_SIZE + allocation_granule - 1) & -allocation_granule;
1280  
1281          char rcs[10];
1281        char str[256];
1282          LPVOID kernel_addr;
1283          kernel_handle = CreateFileMapping(INVALID_HANDLE_VALUE, NULL, PAGE_READWRITE, 0, kernel_area_size, NULL);
1284          if (kernel_handle == NULL) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines