Skip to content

Commit

Permalink
Fixing etherpkt driver 8086 adaptions. #672
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Rehwagen committed Oct 16, 2024
1 parent b589c65 commit 4bac7c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Driver/Socket/EtherPKT/ethpktInit.asm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ foundIt:
call setAccessType
mov cx, size word
;pusha
mov temp, sp
push ax, cx, dx, bx
push temp
push bp, si, di
Expand All @@ -124,6 +125,7 @@ typeCheckLoop:
mov_tr bx, cx
mov cx, size word
;pusha ; 16 bytes
mov temp, sp
push ax, cx, dx, bx
push temp
push bp, si, di
Expand All @@ -135,7 +137,7 @@ typeCheckLoop:
pop bp, si, di
pop temp
pop ax, cx, dx, bx
mov sp, temp
;mov sp, temp
;popa
loop typeCheckLoop
jmp failure
Expand Down

0 comments on commit 4bac7c7

Please sign in to comment.