Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
58476d5801 |
@@ -570,7 +570,7 @@ tup.append_table(img_files, {
|
|||||||
{"DRIVERS/USBSTOR.SYS", VAR_DRVS .. "/usb/usbstor.sys"},
|
{"DRIVERS/USBSTOR.SYS", VAR_DRVS .. "/usb/usbstor.sys"},
|
||||||
{"DRIVERS/RDC.SYS", VAR_DRVS .. "/video/rdc.sys"},
|
{"DRIVERS/RDC.SYS", VAR_DRVS .. "/video/rdc.sys"},
|
||||||
{"DRIVERS/COMMOUSE.SYS", VAR_DRVS .. "/mouse/commouse.sys"},
|
{"DRIVERS/COMMOUSE.SYS", VAR_DRVS .. "/mouse/commouse.sys"},
|
||||||
{"DRIVERS/PS2MOUSE.SYS", VAR_DRVS .. "/mouse/ps2mouse4d/trunk/ps2mouse.sys"},
|
{"DRIVERS/PS2MOUSE.SYS", VAR_DRVS .. "/mouse/ps2mouse4d/ps2mouse.sys"},
|
||||||
{"DRIVERS/TMPDISK.SYS", VAR_DRVS .. "/disk/tmpdisk.sys"},
|
{"DRIVERS/TMPDISK.SYS", VAR_DRVS .. "/disk/tmpdisk.sys"},
|
||||||
{"DRIVERS/HDAUDIO.SYS", VAR_DRVS .. "/audio/intel_hda/hdaudio.sys"},
|
{"DRIVERS/HDAUDIO.SYS", VAR_DRVS .. "/audio/intel_hda/hdaudio.sys"},
|
||||||
{"DRIVERS/SB16.SYS", VAR_DRVS .. "/audio/sb16/sb16.sys"},
|
{"DRIVERS/SB16.SYS", VAR_DRVS .. "/audio/sb16/sb16.sys"},
|
||||||
|
@@ -1,3 +1,6 @@
|
|||||||
|
; SPDX-License-Identifier: NOASSERTION
|
||||||
|
;
|
||||||
|
|
||||||
; standard driver stuff; version of driver model = 5
|
; standard driver stuff; version of driver model = 5
|
||||||
format PE DLL native 0.05
|
format PE DLL native 0.05
|
||||||
|
|
||||||
@@ -12,10 +15,10 @@ PS2_DRV_VER equ 1
|
|||||||
section '.flat' code readable writable executable
|
section '.flat' code readable writable executable
|
||||||
data fixups
|
data fixups
|
||||||
end data
|
end data
|
||||||
include '../../../struct.inc'
|
include '../../struct.inc'
|
||||||
include '../../../macros.inc'
|
include '../../macros.inc'
|
||||||
include '../../../proc32.inc'
|
include '../../proc32.inc'
|
||||||
include '../../../peimport.inc'
|
include '../../peimport.inc'
|
||||||
|
|
||||||
|
|
||||||
entry START
|
entry START
|
Reference in New Issue
Block a user