Added generic x86 CPU module.

Contains (emtpy) modules for Intel/AMD/VIA models.
Might be separated later, though, depending on how large they will get.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15522 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2005-12-12 17:20:32 +00:00
parent 97ec781e94
commit 4f00613311
12 changed files with 319 additions and 0 deletions
+4
View File
@@ -75,6 +75,10 @@ AddFilesToHaikuImage beos system add-ons kernel generic
: block_io fast_log ide_adapter locked_pool scsi_periph ;
AddFilesToHaikuImage beos system add-ons kernel partitioning_systems : intel ;
if $(TARGET_ARCH) = x86 {
AddFilesToHaikuImage beos system add-ons kernel cpu : generic_x86 ;
}
# drivers
AddDriversToHaikuImage : console dprintf keyboard null random
<driver>tty zero ;