summaryrefslogtreecommitdiff
path: root/core/pm.inc
Commit message (Expand)AuthorAgeFilesLines
* 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