little reorganization
This commit is contained in:
parent
476b30fb20
commit
2b8ebc6c57
|
@ -55,3 +55,9 @@ tritemporize:
|
||||||
loop .looping
|
loop .looping
|
||||||
pop rcx
|
pop rcx
|
||||||
ret
|
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/header.inc"
|
||||||
%include "boot/loader/multiboot/check.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/mem/management.inc"
|
||||||
%include "boot/loader/io/terminal.inc"
|
%include "boot/loader/io/terminal.inc"
|
||||||
%include "boot/loader/cpu/cpu.inc"
|
%include "boot/loader/cpu/cpu.inc"
|
||||||
|
@ -152,7 +152,7 @@ _loader64:
|
||||||
call tritemporize ; Let time to see
|
call tritemporize ; Let time to see
|
||||||
|
|
||||||
extern StartKern
|
extern StartKern
|
||||||
jmp StartKern
|
;jmp StartKern
|
||||||
|
|
||||||
;; We must never reach this point ------------------------------------------- ;;
|
;; We must never reach this point ------------------------------------------- ;;
|
||||||
jmp Die
|
jmp Die
|
||||||
|
|
Loading…
Reference in New Issue