mirror of
				https://github.com/cfenollosa/os-tutorial.git
				synced 2025-06-13 12:54:24 +00:00 
			
		
		
		
	os-image.bin can be shortened to $@
This commit is contained in:
		
							parent
							
								
									9f013c0642
								
							
						
					
					
						commit
						d9d5ae0176
					
				@ -23,7 +23,7 @@ bootsect.bin: bootsect.asm
 | 
				
			|||||||
	nasm $< -f bin -o $@
 | 
						nasm $< -f bin -o $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
os-image.bin: bootsect.bin kernel.bin
 | 
					os-image.bin: bootsect.bin kernel.bin
 | 
				
			||||||
	cat $^ > os-image.bin
 | 
						cat $^ > $@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run: os-image.bin
 | 
					run: os-image.bin
 | 
				
			||||||
	qemu-system-i386 -fda $<
 | 
						qemu-system-i386 -fda $<
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user