commit | 7052fdd890bda0b3904674b69a1d24aec0a10d67 | [log] [tgz] |
---|---|---|
author | H. Peter Anvin <hpa@zytor.com> | Wed Jul 11 12:18:53 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Thu Jul 12 10:55:55 2007 -0700 |
tree | affabf35de94117520a70a6a0b289e236beb4344 | |
parent | 5e8ddcbe8692ca9854991c6875d302fa7e424e3c [diff] |
Code for actual protected-mode entry This is the code which actually does the switch to protected mode, including all preparation. It is also responsible for invoking the boot loader hooks, if present. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>