1
0
Fork 0
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:
Stefan Lankes 2017-08-18 01:01:42 +02:00
parent 4c69558de2
commit 40bbe61145
2 changed files with 1 additions and 11 deletions

View file

@ -29,7 +29,7 @@ notifications:
slack: hermitcore:UtcfeEXkbpx3WyIDK2Wm2beS
deploy:
on:
on:
branch: master
condition: "$CC = gcc"
provider: bintray

View file

@ -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