mirror of
				https://github.com/cfenollosa/os-tutorial.git
				synced 2025-06-13 12:54:24 +00:00 
			
		
		
		
	simple boot sector
This commit is contained in:
		
							parent
							
								
									fa176e76b2
								
							
						
					
					
						commit
						2811406f15
					
				@ -31,7 +31,7 @@ You can either write the above 512 bytes
 | 
			
		||||
with a binary editor, or just write a very
 | 
			
		||||
simple assembler code:
 | 
			
		||||
 | 
			
		||||
```assembler
 | 
			
		||||
```nasm
 | 
			
		||||
; Infinite loop (e9 fd ff)
 | 
			
		||||
loop:
 | 
			
		||||
    jmp loop 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user