kernel driver not installed,linux內核啟動后鍵盤不能用,編譯linux-0.11內核后鍵盤不對的問題解決方法,比如/變成了-..

 2023-12-06 阅读 30 评论 0

摘要:keyboard.S文件開始有這么一句#include config.h里面有鍵盤布局的定義,linus用的是芬蘭的鍵盤,我們用的是美式鍵盤。kernel driver not installed。#ifndef _CONFIG_H#define _CONFIG_H/** The root-device is no longer hard-coded. You can change the defaul

keyboard.S文件開始有這么一句

#include

config.h里面有鍵盤布局的定義,linus用的是芬蘭的鍵盤,我們用的是美式鍵盤。

kernel driver not installed。#ifndef _CONFIG_H

#define _CONFIG_H

/*

* The root-device is no longer hard-coded. You can change the default

ubuntu鍵盤沒反應。* root-device by changing the line ROOT_DEV = XXX in boot/bootsect.s

*/

/*

* define your keyboard here -

ubuntu鍵盤輸入不對。* KBD_FINNISH for Finnish keyboards

* KBD_US for US-type

* KBD_GR for German keyboards

* KBD_FR for Frech keyboard

UNIX/LINUX。*/

/*#define KBD_US */

/*#define KBD_GR */

/*#define KBD_FR */

unable to handle kernel paging。#define KBD_FINNISH

所以你要把#define KBD_FINNISH改為#define KBD_US 才能正常使用

#define KBD_US /*#define KBD_GR */ /*#define KBD_FR */ /*#define KBD_FINNISH*/

版权声明:本站所有资料均为网友推荐收集整理而来,仅供学习和研究交流使用。

原文链接:https://hbdhgg.com/3/188426.html

发表评论:

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息