Additive manufacturing, the opposite of sculpture, you add material from nothing, in sculpture you have a block and you keep removing pieces. I have a […]
‘hola mundo’ means ‘hello world’ in Spanish. “Bare Metal” is a machine that offers direct access to the hardware, without any abstraction or virtualization layer. […]
An assembler is a program that translates assembly code into machine code that the computer can execute directly. The assembler takes the assembly code written […]
arch: This command displays the architecture of the operating system kernel. uname -m: This command displays the architecture of the machine (hardware) on which you […]
Hello world! means Hello world! but in Spanish program mundo.asm: This code is for x86 architecture in real mode (16-bit). first you need to install […]
BIOS (Basic Input/Output System) is a firmware found on the motherboard of a computer. UEFI (Unified Extensible Firmware Interface) is a firmware that replaces the […]
QEMU (Quick Emulator) is an open source software that allows you to emulate different types of hardware and operating systems in a virtual machine. QEMU […]
core.efi and core.img are part of grub, they are bootloaders. In this case they are for the x86_64 architecture, if the architecture changes the files […]