vfs: check userland buffers before reading them.
[haiku.git] / src / add-ons / kernel / partitioning_systems / intel / Jamfile
blobcb32d99659b0b75eb19e356aa5d4fd2a0bad4ebe
1 SubDir HAIKU_TOP src add-ons kernel partitioning_systems intel ;
3 UsePrivateHeaders kernel shared storage ;
4 UsePrivateSystemHeaders ;
6 # Assemble the MBR code, and convert it into a header file
7 MBRFLAGS on [ FGristFiles mbr.bin ] = -DMBR_CODE_ONLY ;
8 BuildMBR [ FGristFiles mbr.bin ] : mbr.S ;
10 DataFileToSourceFile [ FGristFiles MBR.h ] : [ FGristFiles mbr.bin ]
11         : kMBR : kMBRSize ;
13 if $(TARGET_ARCH) = "x86" || $(TARGET_ARCH) = "x86_64" {
14         Depends [ FGristFiles PartitionMapWriter.cpp ] : [ FGristFiles MBR.h ] ;
17 KernelAddon intel :
18         intel.cpp
19         PartitionLocker.cpp
20         PartitionMap.cpp
21         PartitionMapParser.cpp
22         PartitionMapWriter.cpp
23         write_support.cpp