]> Zhao Yanbai Git Server - minix.git/commit
retire BIOS_SEG and umap_bios
authorBen Gras <ben@minix3.org>
Wed, 9 May 2012 16:34:40 +0000 (18:34 +0200)
committerBen Gras <ben@minix3.org>
Wed, 9 May 2012 17:03:59 +0000 (19:03 +0200)
commitcfb2d7bca570c930138a5b031d3401147bbada1a
treefa4a602e424a3f5990adb8ae782f3592e992494e
parentb611e4c226c4b2d947b9aebece533b2b7e2631a3
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
drivers/dpeth/dp.c
drivers/dpeth/dp.h
drivers/printer/printer.c
etc/system.conf
include/minix/const.h
include/minix/syslib.h
kernel/arch/i386/do_readbios.c
kernel/arch/i386/memory.c
kernel/proto.h
kernel/system/do_umap_remote.c