Shrinking the kernel with a hammer
Shrinking the kernel with a hammer
Posted Mar 7, 2018 21:43 UTC (Wed) by flussence (guest, #85566)In reply to: Shrinking the kernel with a hammer by farnz
Parent article: Shrinking the kernel with a hammer
Posted Mar 8, 2018 8:48 UTC (Thu)
by epa (subscriber, #39769)
[Link]
(The same register contained the 26-bit program counter and six flag bits. I believe this was to reduce the amount of saving and restoring needed for responding to interrupts: you could save the whole CPU state apart from the registers in a single 32-bit operation. With 64-bit CPUs I wonder whether the same technique could make a a comeback: I can see the need for a huge address space for data, but surely it wouldn't be much of a hardship if executable code had to be located in the bottom 281 terabytes...)
Shrinking the kernel with a hammer