Added build system and some core boot files
This commit is contained in:
10
arch/x86_64/start_64.S
Normal file
10
arch/x86_64/start_64.S
Normal file
@@ -0,0 +1,10 @@
|
||||
.section .boot.text, "ax", @progbits
|
||||
|
||||
.code64
|
||||
.global start_64
|
||||
.type start_64, @function
|
||||
start_64:
|
||||
mov $0xb8000, %rax
|
||||
movb $77, (%rax)
|
||||
inc %rax
|
||||
movb $0xF, (%rax)
|
||||
Reference in New Issue
Block a user