Added time RTC library
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; iceOS Kernel ;
|
||||
; vulcanOS Kernel ;
|
||||
; Developed by Marco 'icebit' Cetica ;
|
||||
; (c) 2019 ;
|
||||
; (c) 2019-2021 ;
|
||||
; Released under GPLv3 ;
|
||||
; https://github.com/ice-bit/iceOS ;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
@@ -11,4 +11,4 @@ section .text
|
||||
idt_flush:
|
||||
mov eax, [esp+4] ; Retrieve idt_ptr_t*
|
||||
lidt [eax]
|
||||
ret
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user