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:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Read the CMOS clock through the BIOS, and return the* seconds in BCD.

Proto:static u8 gettime(void)

Type:u8

Parameter:Nothing

76  SPDX-License-Identifier: GPL-2.0-or-later
77  ah = 0x02
78  intcall(0x1a, & ireg, & oreg)
80  Return dh
Caller
NameDescribe
getchar_timeout