Boot Tock using the NXP LPC55 board. This implies: - [x] make sure the kernel image has the correct header - [x] write the correct `layout.ld` file - [x] use gdb to stop the execution in the boards `main` function - [x] use gdb to make sure the kernel loop runs by placing a breakpoints - [x] add semixosting dependency and use it as the kernel debugger - [x] display the panic using semihosting - [x] write a README.md file explaining all the tools required to upload the kernel image
Boot Tock using the NXP LPC55 board. This implies:
layout.ldfilemainfunction