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/common_pm.asm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'boot/common_pm.asm') diff --git a/boot/common_pm.asm b/boot/common_pm.asm index 40bc32f..c96e1a8 100644 --- a/boot/common_pm.asm +++ b/boot/common_pm.asm @@ -1,3 +1,13 @@ +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;; Miguel's FoolOS Helper Functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; +; +;print_string_pm +;print_hex_pm +; +; +; + [bits 32] VIDEO_MEM equ 0xb8000 -- cgit v1.2.3