A python script can be run to run the scripts in the correct order and immediatly try the build.
		
			
				
	
	
		
			5 lines
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			157 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| mkdir -p root/boot/grub
 | |
| cp build/kernel/myos.bin root/boot/myos.bin
 | |
| cp kernel/grub.cfg root/boot/grub/grub.cfg
 | |
| grub-mkrescue -o barinkOS.iso root |