Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/arch/x86/start.asm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ __xsave_enabled:
__avx_enabled:
dw 0x0

ALIGN32
section .text
;; Multiboot places boot paramters on eax and ebx.
_start:
Expand Down
1 change: 1 addition & 0 deletions src/drivers/virtionet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ class VirtioNet : Virtio, public net::Link_layer<net::Ethernet> {
void msix_xmit_handler();
void msix_conf_handler();

/** Legacy IRQ handler */
void legacy_handler();

/** Allocate and queue buffer from bufstore_ in RX queue. */
Expand Down