search for: sboot

Displaying 7 results from an estimated 7 matches for "sboot".

Did you mean: boot
2007 Apr 12
4
Re: [Xense-devel] [RFC][PATCH][UPDATED] Intel(R) LaGrande Technology support
Hello, Has any more work been done on this front? The message below is from Sept. 2006. In particular, the LT/TXT Technology Enabling Platform (TEP) is now available from MPC Corp. Where can one obtain an appropriate AC SINIT module (i.e., like lpg_sinit_20050831_pae.auth.bin below)? I would like to begin using Xen with TXT support. Thanks, -Jon This patch adds SMP support to the
2007 Aug 29
0
[RFC][PATCH][2c/4] Intel(R) Trusted Execution Technology support: sboot
The new sboot module that performs the measured launch, for Intel(R) TXT support. Part c - use ''cat'' to concatenate the pieces Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> Signed-off-by: Jimmy Wei <gang.wei@intel.com> Signed-off-by: Shane Wang <shane.wang@intel.co...
2013 Jan 08
0
bagging SVM Ensemble
...2,1]+tab1[1,2])/sum(tab1) ecr2<-(tab2[2,1]+tab2[1,2])/sum(tab2) ecr3<-(tab3[2,1]+tab3[1,2])/sum(tab3) ecr4<-(tab4[2,1]+tab4[1,2])/sum(tab4) eslin[i]<-ecr1 espoly[i]<-ecr2 esrad[i]<-ecr3 estan[i]<-ecr4 set.seed(123) for (j in 1:k) { boot<-sample(trainindex,replace=TRUE) sboot<-trainset[boot,] tuned <- tune.svm(class~., data = sboot, gamma = 10^(-6:-1), cost = 10^(-1:1)) cc <- as.numeric(tuned$best.parameters[2]) gg <- as.numeric(tuned$best.parameters[1]) modellin1 <- svm(class ~ ., sboot, type = "C-classification", cost = cc, gamma = gg, kernel...
2004 Apr 28
1
SYSLINUX.CFG not readed
...UTOEXLI.bat 02/22/2004 09:31 PM 9,428 isolinux.bin 03/22/2004 10:46 AM 94 CONFIG.SYS 03/01/2003 05:11 PM 97,219 EBOOT.BIN 10/22/2002 03:27 PM 98,076 LOADCEPC.EXE 12/11/2003 01:58 PM 17,715,335 nk.bin 03/06/2003 09:16 PM 24,347 SBOOT.BIN 03/22/2004 12:56 PM <DIR> Settings 04/28/2004 02:27 PM 8,184 LDLINUX.SYS 04/27/2004 10:21 AM 720,425 vmlinuz 04/28/2004 03:06 PM 209 isolinux.cfg 15 File(s) 40,163,945 bytes 2 Dir(s) 82,464,768 bytes...
2007 Sep 08
4
[PATCH] Unified shutdown code
Attached and below are a patch that unifies the shutdown code paths in Xen, including those from EARLY_FAIL. This will facilitate the use of Intel(R) TXT for measured launch by ensuring that all shutdowns will call the necessary hook to tear down the measured environment. It also centralizes any future shutdown-related changes. The patch also postpones clearing the online status APs in
2020 Jul 24
3
[PATCH v2] v2v: fix UEFI bootloader for linux guests
...-> Some "X64" + | "x86_32" -> Some "X32" + | _ -> None + in + + match get_uefi_arch_suffix inspect.i_arch with + | None -> cant_fix_uefi () + | Some suffix -> ( + let uefi_fallback_name = + sprintf "%sBOOT%s.EFI" uefi_fallback_path suffix in + + let file_exists file = + if g#exists file then + true + else ( + info (f_"Can't find file: '%s' needed for UEFI fixing") + file; + false ) + in + +...
2020 May 15
1
[PATCH] v2v: fix UEFI bootloader for linux guests
Not all UEFI guests can survive conversion, because of lost bootloader information in UEFI NVRAM. But some guest can cope with this because they have a fallback bootloader and use UEFI Removable Media Boot Behavior. (see https://uefi.org/sites/default/files/resources/UEFI_Spec_2_8_A_Feb14.pdf 3.5.1.1 Removable Media Boot Behavior) to load. If UEFI firmware can't find a bootloader in its