status.txt 362 B

123456789101112131415
  1. Current status:
  2. ===============
  3. This project is installing to and running from real hardware (and not QEMU/OVMF).
  4. mmap.c: Alloc works. In progress: print Mem Descriptor (32 and 64 bit numbers)
  5. videomode.c: in re-arrangement process
  6. hello.efi: works
  7. load.c: doesn't exist yet
  8. makefile: somehow the command "rm mmap.o" is executed! Why? Implicit make-rules?