mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-25 06:45:10 +02:00
Possible bugfix for Grub
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1091 6ac86273-5f31-0410-b378-82cca8765d1b
This commit is contained in:
parent
fba50f1c19
commit
9de6fccc3e
@ -259,9 +259,9 @@ STATIC void init_kernel(void)
|
|||||||
InitPrinters();
|
InitPrinters();
|
||||||
InitSerialPorts();
|
InitSerialPorts();
|
||||||
|
|
||||||
|
init_PSPSet(DOS_PSP);
|
||||||
set_DTA(MK_FP(DOS_PSP, 0x80));
|
set_DTA(MK_FP(DOS_PSP, 0x80));
|
||||||
PSPInit();
|
PSPInit();
|
||||||
init_PSPSet(DOS_PSP);
|
|
||||||
|
|
||||||
Init_clk_driver();
|
Init_clk_driver();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user