From 3240c761e83bed01f6105ee7074c884e629195cc Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 16 Mar 2021 23:47:18 -0700 Subject: . --- boot.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.subx') diff --git a/boot.subx b/boot.subx index 9374557f..fd7c26e8 100644 --- a/boot.subx +++ b/boot.subx @@ -134,7 +134,7 @@ 0f 01/lgdt 2/subop/lgdt 0/mod/indirect 6/rm32/use-disp16 0x7cf8/disp16/gdt_descriptor # enable paging 0f 20/<-cr 3/mod/direct 0/rm32/eax 0/r32/cr0 - 66 83/or 3/mod/direct 0/rm32/eax 1/r32/?? 1/imm8 # eax <- or 0x1 + 66 83 1/subop/or 3/mod/direct 0/rm32/eax 1/imm8 # eax <- or 0x1 0f 22/->cr 3/mod/direct 0/rm32/eax 0/r32/cr0 # far jump to initialize_32bit_mode that sets cs to offset 8 in the gdt in the process # We can't refer to the label directly because SubX doesn't have syntax for -- cgit 1.4.1-2-gfad0 ted='selected'>hlt Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/.gitattributes
blob: 43b82e97691836391da6710e54414934e4a866e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11