Re: [PATCH 1/2] x86/fred: Always install system interrupt handler into IDT

From: Xin Li
Date: Fri Jun 28 2024 - 11:20:37 EST


On 6/28/2024 2:36 AM, Hou Wenlong wrote:
Hi Xin,

It seems preferable to parse the FRED command line and disable FRED
early instead of using this method. As mentioned in my cover letter, I
initially attempted to fix the problem this way (by parsing the command
line in cpu_parse_early_param()). Should I send a new patch for it, or
will you be covering it in your work to enable FRED early?


I have done it in my patches that enables FRED early, but if you want,
you can post it, because you're a key contributor in this work.

Thanks!
Xin

Thanks!

+ idt_install_sysvec(vector, asm_##function); \
}
#else /* !__ASSEMBLY__ */

Thanks!
Xin