Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:bios_putchar

Proto:static void __attribute__((section(".inittext")))bios_putchar(int ch)

Type:void

Parameter:

TypeParameterName
intch
42  SPDX-License-Identifier: GPL-2.0-or-later
43  bx = 0x0007
44  cx = 0x0001
45  ah = 0x0e
46  al = ch
47  intcall(0x10, & ireg, NULL)
Caller
NameDescribe
putchar