fork 自 xt-sys/exectos
Allow to specify CPU number when initializing (A)PIC
此提交包含在:
@@ -73,14 +73,11 @@ KepInitializeMachine(VOID)
|
||||
HlIoPortOutByte(0x376, 0);
|
||||
HlIoPortOutByte(0x3F6, 0);
|
||||
|
||||
/* Disable the legacy PIC */
|
||||
HlDisableLegacyPic();
|
||||
|
||||
/* Initialize frame buffer */
|
||||
HlInitializeFrameBuffer();
|
||||
|
||||
/* Initialize processor */
|
||||
HlInitializeProcessor();
|
||||
HlInitializeProcessor(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
新增問題並參考
封鎖使用者