mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
increase the readability
This commit is contained in:
parent
4c69558de2
commit
40bbe61145
2 changed files with 1 additions and 11 deletions
|
@ -29,7 +29,7 @@ notifications:
|
|||
slack: hermitcore:UtcfeEXkbpx3WyIDK2Wm2beS
|
||||
|
||||
deploy:
|
||||
on:
|
||||
on:
|
||||
branch: master
|
||||
condition: "$CC = gcc"
|
||||
provider: bintray
|
||||
|
|
|
@ -256,16 +256,6 @@ Lsmp_main:
|
|||
jmp $
|
||||
%endif
|
||||
|
||||
;ALIGN 64
|
||||
;global gdt_flush
|
||||
extern gp
|
||||
|
||||
; This will set up our new segment registers and is declared in
|
||||
; C as 'extern void gdt_flush();'
|
||||
;gdt_flush:
|
||||
; lgdt [gp]
|
||||
; ret
|
||||
|
||||
; The first 32 interrupt service routines (ISR) entries correspond to exceptions.
|
||||
; Some exceptions will push an error code onto the stack which is specific to
|
||||
; the exception caused. To decrease the complexity, we handle this by pushing a
|
||||
|
|
Loading…
Add table
Reference in a new issue