由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - Re: [转载] windows access memory limit
相关主题
公正地看,windows还是很不错的Re: c:\windows\help.vbs不是有效的win32程序
csrss.exe系统进程介绍Re: office 编程(excel)的菜鸟问题
你们有谁装了64-bit的Windows么?Re: 不是合法的WIN32应用程序?
Re: IS WINDOWS3.11 16-bit or 32-bit?Re: windows xp 安装完后 serial no. 存储在什么地方?
Re: win98 shundown problemRe: About x-win32 server in windows system!
如何在win32中共享串口,各位大侠请帮忙,急啊!!Re: [转载] win32 programming question POSTMESSAGE to another
Re: [转载] X-Win32 5.1 configurationwindows下杀进程的命令
Re: win2k有象x-win32这样的软件么?win32 or win64
相关话题的讨论汇总
话题: app话题: memory话题: win32话题: address话题: access
进入Windows版参与讨论
1 (共1页)
e*********s
发帖数: 200
1
In Win32, every process has a 4Gb virtual address space. This means that
valid addresses are in the range of 0x00000000 to 0xFFFFFFFF.
In DOS and Win16, all apps share the same address space. As a consequence,
an app can write over another app memory, including the OS. Of course this
leads to the very unpleasant situation that an app behavior depends on other
apps status. If an app writes over the system code or data areas, the system
becomes unstable and probably will crash.
Win32 solved this p
e*********s
发帖数: 200
2
btw, can you divide your array to pages, so you can address them page by page,
so each time you only need to address smaller space :)

【在 e*********s 的大作中提到】
: In Win32, every process has a 4Gb virtual address space. This means that
: valid addresses are in the range of 0x00000000 to 0xFFFFFFFF.
: In DOS and Win16, all apps share the same address space. As a consequence,
: an app can write over another app memory, including the OS. Of course this
: leads to the very unpleasant situation that an app behavior depends on other
: apps status. If an app writes over the system code or data areas, the system
: becomes unstable and probably will crash.
: Win32 solved this p

1 (共1页)
进入Windows版参与讨论
相关主题
win32 or win64Re: win98 shundown problem
求助:Generic Host Process for Win32 Services Error如何在win32中共享串口,各位大侠请帮忙,急啊!!
X-win32 在Linux Servre 上运行 Fluent问题Re: [转载] X-Win32 5.1 configuration
电脑屏幕的问题及其他Re: win2k有象x-win32这样的软件么?
公正地看,windows还是很不错的Re: c:\windows\help.vbs不是有效的win32程序
csrss.exe系统进程介绍Re: office 编程(excel)的菜鸟问题
你们有谁装了64-bit的Windows么?Re: 不是合法的WIN32应用程序?
Re: IS WINDOWS3.11 16-bit or 32-bit?Re: windows xp 安装完后 serial no. 存储在什么地方?
相关话题的讨论汇总
话题: app话题: memory话题: win32话题: address话题: access