Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
2ba3d3ac25
|
kernel: Don't request execute permission for DOS memory.
|
2006-02-24 11:31:04 +01:00 |
Alexandre Julliard
|
8445773c0e
|
kernel: Don't require execute permission for DOS memory, this will be
done in winedos if necessary.
|
2006-02-20 12:03:05 +01:00 |
Alexandre Julliard
|
c93afe6bfc
|
kernel: Handle a failure to load winedos a bit more gracefully.
|
2006-01-25 13:19:11 +01:00 |
Eric Pouech
|
4e7b8f4a7b
|
kernel32: Get rid of DOSMEM_AllocSelector.
|
2005-12-12 13:02:35 +01:00 |
Alexandre Julliard
|
261e376495
|
Fixed a number of pointer to integer conversions that wouldn't work
right on a 64-bit platform.
|
2005-09-12 15:14:06 +00:00 |
Mike McCormack
|
405ac7a80c
|
- don't include winreg.h
- include kernel_private.h to get declaration for convert_old_config()
|
2005-06-20 10:40:37 +00:00 |
Eric Pouech
|
16df50efbe
|
Moved DOS memory handling to winedos.
|
2005-05-10 15:22:09 +00:00 |
Eric Pouech
|
1575c940ef
|
- delayed initialisation of BIOS and SYSTEM information until someone
actually needs it
- now using some manifest constants to make code clearer
|
2005-04-27 11:08:47 +00:00 |
Hans Leidekker
|
b741905cf1
|
Avoid using gettimeofday.
|
2004-10-11 19:53:54 +00:00 |
Eric Pouech
|
62a860988c
|
Const correctness, pointer cast correctness, removed extraneous ';'.
|
2004-06-14 17:04:34 +00:00 |
Alexandre Julliard
|
f974c8598e
|
Ensure that we can initialize the DOS memory area correctly even if it
has been pre-reserved already.
|
2004-05-28 03:45:47 +00:00 |
Alexandre Julliard
|
e92b7eed7e
|
Store the kernel32 module handle globally to avoid some
GetModuleHandle calls that can cause deadlocks with the loader
section.
Moved some 16-bit definitions out of kernel_private.h.
|
2004-02-12 00:00:55 +00:00 |
Dimitrie O. Paun
|
2eaefbd1a4
|
Move content of global.h into the appropriate private headers.
|
2003-12-08 21:58:55 +00:00 |
Alexandre Julliard
|
f9be2f3d21
|
Removed some unnecessary includes.
|
2003-11-17 20:31:29 +00:00 |
Jukka Heinonen
|
d2936e6ab0
|
Reboot (int19) under DOS now does ExitProcess.
Made BIOS reboot vector call int19.
|
2003-10-04 03:06:18 +00:00 |
Alexandre Julliard
|
ec39821750
|
Moved 16-bit global heap, DOS memory and selector functions to
dlls/kernel.
|
2003-09-18 20:58:41 +00:00 |