minix/sys/arch/i386/stand/lib
Evgeniy Ivanov 7f2d47d84c Remove libkern, leave just header.
Boot stuff dependencies from NetBSD.

Patch by Antoine Leca. Relocated to src/sys.

The port is using the same libminc.a as usual MINIX services (and does
not use NetBSD libkern); the headers imported from NetBSD sys/ tree
have been kept to a minimum (still numbers higher than 30 though.)

Note the peculiar way to use libraries (libsa, libi386, etc.): the
source code is shared, but each component builds its own copy of the
library, with its own set of preprocessor defines.
2012-02-09 18:54:42 +01:00
..
crt/dos Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
netif Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
test Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bios_disk.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bios_pci.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdelay.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk_ll.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk_ll.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosgetrtc.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosgetsystime.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmca.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmca.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmem.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmemps2.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmemx.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biospci.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosreboot.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosvbe.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosvideomode.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
boot_params.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo_biosgeom.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo_memmap.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootmenu.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootmenu.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootmod.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
comio.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
comio_direct.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
comio_direct.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
conio.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
cpufunc.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
cpufunc.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
diskbuf.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
diskbuf.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dos_file.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dosfile.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dosfile.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dump_eax.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
exec.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
gatea20.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
getextmemx.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
getsecs.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isadma.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isadmavar.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isapnp.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isapnpvar.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
libi386.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
Makefile Remove libkern, leave just header. 2012-02-09 18:54:42 +01:00
Makefile.inc Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
menuutils.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
message.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
message32.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
multiboot.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
parseutils.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pcio.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pcivar.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pread.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
printmemlist.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
putstr.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
putstr32.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pvcopy.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
rasops.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
realprot.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
startprog.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
vbe.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
vbe.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00