From: Kasper V. L. <ve...@da...> - 2000-02-04 13:25:04
|
I've renamed pmap.{c,h} to memory.{c,h}. The 'memory' files will contain all routines for safely multiplexing the physical memory. Likewise I expect to put all routines for cpu multiplexing - primarily scheduling - in the files cpu.{c,h}. All smp code should go in smp.{c,h} and not in cpu.{c,h}. /Kasper |