summaryrefslogtreecommitdiff
path: root/core/pm.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-0/+20
|\
| * thread: thread-switch the real-mode stack, tooH. Peter Anvin2011-04-211-0/+1
| * core: pxe: Improve the situation with installing and uninstalling irq handlersEric W. Biederman2011-04-121-0/+1
| * core: add a way to invoke a function on return to protmodeH. Peter Anvin2011-04-091-0/+18
* | core: Reimplement lots asm code in CMatt Fleming2011-12-011-1/+2
|/
* core: move the generated IDT stubs to a separate .gentext16 sectionH. Peter Anvin2009-09-021-2/+3
* core: fix mismerges with the master branchH. Peter Anvin2009-05-231-10/+0
* core: move real-mode callback code to callback.incH. Peter Anvin2009-05-171-0/+2
* core: move 32-bit code out of the .text16 segmentH. Peter Anvin2009-05-171-6/+14
* core: add pm_call convenience macroH. Peter Anvin2009-05-151-2/+4
* First cut of doing 32-bit C code in the coreH. Peter Anvin2009-05-141-25/+16
* core: rename .text, .data and .bss to .text16, .data16, .bss16unify-pmH. Peter Anvin2009-05-131-11/+11
* core: simplify pm_call usageH. Peter Anvin2009-05-131-18/+16
* core/pm.inc: shorten the time until we have a valid stackH. Peter Anvin2009-05-131-6/+6
* pm_call: only enable interrupts in PM if interrupts on in RMH. Peter Anvin2009-05-131-0/+4
* New attempt at unify protected mode entry/exitH. Peter Anvin2009-05-131-0/+454