retire BIOS_SEG and umap_bios
. readbios call is now a physical copy with range check in the kernel call instead of BIOS_SEG+umap_bios . requires all access to physical memory in bios range to go through sys_readbios . drivers/dpeth: wasn't using it . adjusted printer
This commit is contained in:
+1
-1
@@ -417,10 +417,10 @@ service printer
|
||||
system
|
||||
KILL # 6
|
||||
UMAP # 14
|
||||
VIRCOPY # 15
|
||||
IRQCTL # 19
|
||||
DEVIO # 21
|
||||
VDEVIO # 23
|
||||
READBIOS # 35
|
||||
;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user