InvestorsHub Logo
icon url

wmbz

08/06/03 9:22 AM

#10561 RE: Golfbum #10556

In windows each app gets its own flat memory space. I am assuming that drivers get theirs too. There's no need to allocate specific chunks of memory anymore. Usually C-based programs just malloc a chunk. The OS gives it to you, and you don't care exactly where it is. Now, the OS Kernel, is probably the only software in Windows that accesses specific memory addresses directly.


CZ