mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
little reorganization
This commit is contained in:
parent
476b30fb20
commit
2b8ebc6c57
@ -55,3 +55,9 @@ tritemporize:
|
||||
loop .looping
|
||||
pop rcx
|
||||
ret
|
||||
|
||||
|
||||
; ---------------------------------------------------------------------------- ;
|
||||
; Returns the CPU Vendor String.pointer in eax ;
|
||||
; ---------------------------------------------------------------------------- ;
|
||||
cpu_vendor
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
%include "boot/loader/multiboot/header.inc"
|
||||
%include "boot/loader/multiboot/check.inc"
|
||||
%include "boot/loader/cpu/cpuid.inc"
|
||||
%include "boot/loader/cpu/cpu32.inc"
|
||||
%include "boot/loader/mem/management.inc"
|
||||
%include "boot/loader/io/terminal.inc"
|
||||
%include "boot/loader/cpu/cpu.inc"
|
||||
@ -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