aboutsummaryrefslogtreecommitdiff
path: root/kernel/head.S
blob: ba155cb6c94ade59bdba046f380eb1ddceebd959 (plain)
1
2
3
4
5
6
.global _start
.section .text.head

_start:
	// TODO
	call start_kernel