This video we are setting up our workspace and downloading everything that is required to get our development up and running.
If it all works correctly, QEMU will start in a UEFI shell, which will then load our .EFI application, printing HelloWorld! to the screen.
I'm restarting the OSDev series because I feel like I can make it better. After the bootloader is set up, majority of the kernel code from the previous series can be easily ported.
➤Discord:
https://discordapp.com/invite/p2JYhr9
➤Helpful Links:
https://wiki.osdev.org/UEFI
https://www.qemu.org/
➤A useful PDF about OS Dev (using BIOS, not UEFI, but still useful):
https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf
0:00 Introduction
0:14 WSL for windows users
0:46 Preparing the workspace
4:44 Successful test - HelloWorld!
5:04 Explanation of what is happening
6:44 Conclusion