Skip to content

Commit 887f410

Browse files
author
Ian Seyler
committed
Remove commented legacy code
1 parent 8a27efc commit 887f410

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/drivers.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
%include "drivers/net/i8254x.asm"
3030
%include "drivers/net/i8257x.asm"
3131
%include "drivers/net/i8259x.asm"
32-
; %include "drivers/net/r8169.asm"
3332
%include "drivers/net/virtio-net.asm"
33+
; %include "drivers/net/r8169.asm"
3434

3535
; Video
3636
%include "drivers/lfb/lfb.asm"

src/init/64.asm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ make_interrupt_gate_stubs:
100100
mov rdi, os_nvs_io
101101
stosq
102102
stosq
103-
; mov rdi, os_net_transmit
104-
; stosq
105-
; stosq
106-
; stosq
107103

108104
; Configure the Stack base
109105
mov rax, 0x200000 ; Stacks start at 2MiB

0 commit comments

Comments
 (0)