From d824493ba229fd274ab1ec599d033e8e606529a1 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Fri, 5 Sep 2025 09:12:55 -0400 Subject: [PATCH] small clarification on what "unreal" mode really is --- src/stage2/stage2.nasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stage2/stage2.nasm b/src/stage2/stage2.nasm index 318dc07..298b448 100755 --- a/src/stage2/stage2.nasm +++ b/src/stage2/stage2.nasm @@ -160,7 +160,7 @@ main: call GetMemoryMap print_string MemoryMap_OK_info - ; enter unreal mode + ; enter unreal mode (16 bit code, 32 bit flat memory model) call EnterUnrealMode print_string UnrealMode_OK_info