Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\boot\main.c Create Date:2022-07-28 07:27:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Tell the BIOS what CPU mode we intend to run in.

Proto:static void set_bios_mode(void)

Type:void

Parameter:Nothing

108  SPDX-License-Identifier: GPL-2.0-or-later
109  ax = 0xec00
110  bx = 2
111  intcall(0x15, & ireg, NULL)
Caller
NameDescribe
main