Google your error code and this is what you get (one result)
You have a problem with your HDD and page file. Here is an excerpt from a debug log:
Hi,
The culprit is bad paging space or hardware at hard disk. Run sfc /scannow and reallocate the paging space.
BugCheck 77, {c000000e, c000000e, 0, 352000}
Probably caused by : memory_corruption ( nt!MiMakeOutswappedPageResident+37e )
Followup: MachineOwner
---------
1: kd> !analyze -v
ERROR: FindPlugIns 8007007b
********************************************************************** *********
* *
* Bugcheck Analysis *
* *
********************************************************************** *********
KERNEL_STACK_INPAGE_ERROR (77)
The requested page of kernel data could not be read in. Caused by
bad block in paging file or disk controller error.
In the case when the first arguments is 0 or 1, the stack signature
in the kernel stack was not found. Again, bad hardware.
An I/O status of c000009c (STATUS_DEVICE_DATA_ERROR) or
C000016AL (STATUS_DISK_OPERATION_FAILED) normally indicates
the data could not be read from the disk due to a bad
block. Upon reboot autocheck will run and attempt to map out the bad
sector. If the status is C0000185 (STATUS_IO_DEVICE_ERROR) and the paging
file is on a SCSI disk device, then the cabling and termination should be
checked. See the knowledge base article on SCSI termination.
Arguments:
Arg1: c000000e, status code
Arg2: c000000e, i/o status code
Arg3: 00000000, page file number
Arg4: 00352000, offset into page file
##################################################
Open a command prompt (Start, run) and type cmd then enter.
when the prompt goes to C:/ , Type (without quotes) "sfc /scannow", and hit enter. Let it run to completion.
Then, right click "My Computer, choose "Properties", then the Advanced tab, Then Performance/Settings. In the Performance Settings window, choose the "Advanced" tab, then Virtual Mmemory, then Change. Try doubling the amount that is entered as a recommended size as initial, then add 1024 mb as maximum. You are going to have an ENORMOUS page file (say, initial size 768 mb/maximum 1792 mb), but you have the space to afford it, and I think that this will solve your problem.