summaryrefslogtreecommitdiff
path: root/boot/pm.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot/pm.asm')
-rw-r--r--boot/pm.asm8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/pm.asm b/boot/pm.asm
index c66ab4f..8a4f745 100644
--- a/boot/pm.asm
+++ b/boot/pm.asm
@@ -1,3 +1,11 @@
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;
+; switch_to_pm - actual switch from 16bit real to 32bit protected
+; init_pm - sets up some regs and calls boot_32_pm
+;
+
[bits 16]
switch_to_pm: