mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
stuff
This commit is contained in:
parent
fba9a3fc77
commit
a8ca22f150
@ -60,4 +60,11 @@ tritemporize:
|
||||
; ---------------------------------------------------------------------------- ;
|
||||
; Returns the CPU Vendor String.pointer in eax ;
|
||||
; ---------------------------------------------------------------------------- ;
|
||||
cpu_vendor
|
||||
cpu_vendor:
|
||||
|
||||
;; Calling the competent authorities
|
||||
mov eax, 0
|
||||
cpuid
|
||||
|
||||
ret
|
||||
.string db " "
|
||||
|
@ -152,7 +152,7 @@ _loader64:
|
||||
call tritemporize ; Let time to see
|
||||
|
||||
extern StartKern
|
||||
jmp StartKern
|
||||
;jmp StartKern
|
||||
|
||||
;; We must never reach this point ------------------------------------------- ;;
|
||||
jmp Die
|
||||
|
Loading…
x
Reference in New Issue
Block a user