C'est bon, j'ai enfin la soluce : clear_pipe: mov ax, SYS_DATA_SEL ; Update DATA Segment mov ds, ax mov ss, ax mov esp, 9000h k_launch: ;jmp $ ; Uncomment this for testing ;jmp KSEG:0 ; give the hand to the kernel jmp 10000h // <--- Merci quand même pour ton aide :)