I386中bootloader与kernel之间的信息交换

本文详细介绍了i386系统中通过empty_zero_page进行参数传递的过程及布局,包括屏幕信息、命令行参数、内存大小等关键信息的位置与格式。

有些信息需要从bootloader传递到内核中,empty_zero_page是i386交换信息的场所。

下面这段话来自于Documentation/i386/zero-page.txt

Summary of empty_zero_page layout (kernel point of view)
     ( collected by Hans Lermen and Martin Mares )
 
The contents of empty_zero_page are used to pass parameters from the
16-bit realmode code of the kernel to the 32-bit part. References/settings
to it mainly are in:

  arch/i386/boot/setup.S
  arch/i386/boot/video.S
  arch/i386/kernel/head.S
  arch/i386/kernel/setup.c
 

Offset    Type        Description
------  ----        -----------
    0    32 bytes    struct screen_info, SCREEN_INFO
            ATTENTION, overlaps the following !!!
    2    unsigned short    EXT_MEM_K, extended memory size in Kb (from int 0x15)
 0x20    unsigned short    CL_MAGIC, commandline magic number (=0xA33F)
 0x22    unsigned short    CL_OFFSET, commandline offset
            Address of commandline is calculated:
              0x90000 + contents of CL_OFFSET
            (only taken, when CL_MAGIC = 0xA33F)
 0x40    20 bytes    struct apm_bios_info, APM_BIOS_INFO
 0x80    16 bytes    hd0-disk-parameter from intvector 0x41
 0x90    16 bytes    hd1-disk-parameter from intvector 0x46

 0xa0    16 bytes    System description table truncated to 16 bytes.
            ( struct sys_desc_table_struct )
 0xb0 - 0x1df        Free. Add more parameters here if you really need them.

0x1e0    unsigned long    ALT_MEM_K, alternative mem check, in Kb
0x1e8    char        number of entries in E820MAP (below)
0x1e9    unsigned char    number of entries in EDDBUF (below)
0x1f1    char        size of setup.S, number of sectors
0x1f2    unsigned short    MOUNT_ROOT_RDONLY (if !=0)
0x1f4    unsigned short    size of compressed kernel-part in the
            (b)zImage-file (in 16 byte units, rounded up)
0x1f6    unsigned short    swap_dev (unused AFAIK)
0x1f8    unsigned short    RAMDISK_FLAGS
0x1fa    unsigned short    VGA-Mode (old one)
0x1fc    unsigned short    ORIG_ROOT_DEV (high=Major, low=minor)
0x1ff    char        AUX_DEVICE_INFO

0x200    short jump to start of setup code aka "reserved" field.
0x202    4 bytes        Signature for SETUP-header, ="HdrS"
0x206    unsigned short    Version number of header format
            Current version is 0x0201...
0x208    8 bytes        (used by setup.S for communication with boot loaders,
             look there)
0x210    char        LOADER_TYPE, = 0, old one
            else it is set by the loader:
            0xTV: T=0 for LILO
                1 for Loadlin
                2 for bootsect-loader
                3 for SYSLINUX
                4 for ETHERBOOT
                V = version
0x211    char        loadflags:
            bit0 = 1: kernel is loaded high (bzImage)
            bit7 = 1: Heap and pointer (see below) set by boot
                  loader.
0x212    unsigned short    (setup.S)
0x214    unsigned long    KERNEL_START, where the loader started the kernel
0x218    unsigned long    INITRD_START, address of loaded ramdisk image
0x21c    unsigned long    INITRD_SIZE, size in bytes of ramdisk image
0x220    4 bytes        (setup.S)
0x224    unsigned short    setup.S heap end pointer
0x228    4 bytes        unknown, but writing this in setup.S makes
            kernel fail to decompress on some systems
0x2cc    4 bytes        DISK80_SIG_BUFFER (setup.S)
0x2d0 - 0x600        E820MAP
0x600 - 0x7ff        EDDBUF (setup.S) for disk signature read sector
0x600 - 0x7de        EDDBUF (setup.S)

0x800    string, 2K max    COMMAND_LINE, the kernel commandline as
            copied using CL_OFFSET.
            Note: this will be copied once more by setup.c
            into a local buffer which is only 256 bytes long.
            ( #define COMMAND_LINE_SIZE 256 )

该数据集通过合成方式模拟了多种发动机在运行过程中的传感器监测数据,旨在构建一个用于机械系统故障检测的基准资源,特别适用于汽车领域的诊断分析。数据按固定时间间隔采集,涵盖了发动机性能指标、异常状态以及工作模式等多维度信息。 时间戳:数据类型为日期时间,记录了每个数据点的采集时刻。序列起始于2024年12月24日10:00,并以5分钟为间隔持续生成,体现了对发动机运行状态的连续监测。 温度(摄氏度):以浮点数形式记录发动机的温度读数。其数值范围通常处于60至120摄氏度之间,反映了发动机在常规工况下的典型温度区间。 转速(转/分钟):以浮点数表示发动机曲轴的旋转速度。该参数在1000至4000转/分钟的范围内随机生成,符合多数发动机在正常运转时的转速特征。 燃油效率(公里/升):浮点型变量,用于衡量发动机的燃料利用效能,即每升燃料所能支持的行驶里程。其取值范围设定在15至30公里/升之间。 振动_X、振动_Y、振动_Z:这三个浮点数列分别记录了发动机在三维空间坐标系中各轴向的振动强度。测量值标准化至0到1的标度,较高的数值通常暗示存在异常振动,可能潜在的机械故障相关。 扭矩(牛·米):以浮点数表征发动机输出的旋转力矩,数值区间为50至200牛·米,体现了发动机的负载能力。 功率输出(千瓦):浮点型变量,描述发动机单位时间内做功的速率,取值范围为20至100千瓦。 故障状态:整型分类变量,用于标识发动机的异常程度,共分为四个等级:0代表正常状态,1表示轻微故障,2对应中等故障,3指示严重故障。该列作为分类任务的目标变量,支持基于传感器数据预测故障等级。 运行模式:字符串类型变量,描述发动机当前的工作状态,主要包括:怠速(发动机运转但无负载)、巡航(发动机在常规负载下平稳运行)、重载(发动机承受高负荷或高压工况)。 数据集整体包含1000条记录,每条记录对应特定时刻的发动机性能快照。其中故障状态涵盖从正常到严重故障的四级分类,有助于训练模型实现故障预测诊断。所有数据均为合成生成,旨在模拟真实的发动机性能变化典型故障场景,所包含的温度、转速、燃油效率、振动、扭矩及功率输出等关键传感指标,均为影响发动机故障判定的重要因素。 资源来源于网络分享,仅用于学习交流使用,请勿用于商业,如有侵权请联系我删除!
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值