mirror of
				https://github.com/cfenollosa/os-tutorial.git
				synced 2025-06-13 12:54:24 +00:00 
			
		
		
		
	pased -> passed
This commit is contained in:
		
							parent
							
								
									86e544849c
								
							
						
					
					
						commit
						720485aad0
					
				| @ -16,7 +16,7 @@ We add  `-ffreestanding` when compiling `.o` files, which includes `kernel_entry | ||||
| Before, we disabled libgcc (not libc) through the use of `-nostdlib` and we didn't re-enable | ||||
| it for linking. Since this is tricky, we'll delete `-nostdlib` | ||||
| 
 | ||||
| `-nostdinc` was also pased to gcc, but we will need it for step 3, so let's delete it. | ||||
| `-nostdinc` was also passed to gcc, but we will need it for step 3, so let's delete it. | ||||
| 
 | ||||
| 
 | ||||
| 2. kernel.c `main()` function | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user