From 69980fb525b67905965f3d352e199c00bafd723a Mon Sep 17 00:00:00 2001 From: AlmuHS Date: Mon, 20 May 2019 19:10:30 +0200 Subject: experiment: added flush sentences --- i386/i386/cpuboot.S | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S index 0157ae1f..26a249f9 100644 --- a/i386/i386/cpuboot.S +++ b/i386/i386/cpuboot.S @@ -165,6 +165,13 @@ nopae: pushl stack_ptr + //flush_instr_queue + jmp 0f +0: + //flush_tlb(); + mov %cr3, %eax + mov %eax, %cr3 + call cpu_ap_main cli -- cgit v1.2.3