From bf67de78c26c6f6e585f11899591f61da5a2c3d8 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 8 Jul 2014 17:15:01 +0200 Subject: added some comments and cleaned up the .asm files --- boot/pm.asm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'boot/pm.asm') 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: -- cgit v1.2.3