kernel: mon_return cleanup

cleanup of boot monitor related code.
This commit is contained in:
Ben Gras
2012-04-25 17:44:55 +02:00
parent c662389d25
commit b41df2eb0d
10 changed files with 8 additions and 213 deletions

View File

@@ -253,7 +253,6 @@ void system_init(void)
/* i386-specific. */
#if _MINIX_CHIP == _CHIP_INTEL
map(SYS_INT86, do_int86); /* real-mode BIOS calls */
map(SYS_READBIOS, do_readbios); /* read from BIOS locations */
map(SYS_IOPENABLE, do_iopenable); /* Enable I/O */
map(SYS_SDEVIO, do_sdevio); /* phys_insb, _insw, _outsb, _outsw */