Re: [PATCH] Proof of concept interrupt wrapping

2010-01-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Robert Millan wrote: > On Thu, Dec 31, 2009 at 01:28:30PM +0100, Vladimir 'φ-coder/phcoder' > Serbinenko wrote: > >> Hello. We were discussing with Robert how to move BIOS interrupt >> routines out of kernel. There are following possibilities: >> 1) Have a .lowmem section in every concerned mod

Re: [PATCH] Proof of concept interrupt wrapping

2010-01-01 Thread Robert Millan
On Thu, Dec 31, 2009 at 01:28:30PM +0100, Vladimir 'φ-coder/phcoder' Serbinenko wrote: > Hello. We were discussing with Robert how to move BIOS interrupt > routines out of kernel. There are following possibilities: > 1) Have a .lowmem section in every concerned module which will always be > placed

[PATCH] Proof of concept interrupt wrapping

2009-12-31 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Hello. We were discussing with Robert how to move BIOS interrupt routines out of kernel. There are following possibilities: 1) Have a .lowmem section in every concerned module which will always be placed in low memory. Currently in experimental. Advantages: a) moving functions to modules is strai