fix ld warning: undefined symbol _entry
This commit is contained in:
		
							parent
							
								
									840aae871f
								
							
						
					
					
						commit
						a103113db0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -3,6 +3,7 @@
 | 
				
			||||||
        # kernel.ld causes the following code to
 | 
					        # kernel.ld causes the following code to
 | 
				
			||||||
        # be placed at 0x80000000.
 | 
					        # be placed at 0x80000000.
 | 
				
			||||||
.section .text
 | 
					.section .text
 | 
				
			||||||
 | 
					.global _entry
 | 
				
			||||||
_entry:
 | 
					_entry:
 | 
				
			||||||
	# set up a stack for C.
 | 
						# set up a stack for C.
 | 
				
			||||||
        # stack0 is declared in start.c,
 | 
					        # stack0 is declared in start.c,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue