Skip to content

Instantly share code, notes, and snippets.

View shalomb's full-sized avatar
🎯
Knolling

Shalom Bhooshi shalomb

🎯
Knolling
View GitHub Profile
@shalomb
shalomb / keybase.md
Created August 21, 2016 18:49
keybase.md

Keybase proof I hereby claim: * I am shalomb on github. * I am shalomb (https://keybase.io/shalomb) on keybase. * I have a public key whose fingerprint is F0BE 97A9 0F3A 5885 A0E1 ABA3 4EEE E8E7 C549 498D

@shalomb
shalomb / disable-ipxe-netfront.patch
Created March 6, 2015 14:03
disable netfront in ipxe
diff --git a/src/arch/x86/drivers/xen/hvm.c b/src/arch/x86/drivers/xen/hvm.c
index 7ac32d5..cee7ce8 100644
--- a/src/arch/x86/drivers/xen/hvm.c
+++ b/src/arch/x86/drivers/xen/hvm.c
@@ -500,4 +500,4 @@ struct pci_driver hvm_driver __pci_driver = {
REQUIRING_SYMBOL ( hvm_driver );
/* Drag in netfront driver */
-REQUIRE_OBJECT ( netfront );
+/* REQUIRE_OBJECT ( netfront );*/