os01
os01 copied to clipboard
Bootstrap yourself to write an OS from scratch. A book for self-learner.
Just wondering.
stack grows towards smaller addresses
line 2 makefile OBJS := $(SRC:.o=.c) has a typo OBJS := $(SRCS:.o=.c) is correct
Section 7.5 Compile and Load. ``` Without this option, the 1.4 MB disk image will be completely replaced by the new disk.img with only 512 bytes, and we do not...
The book is a bit long, can you make it into an audio book?
This is more inclusive of non-binary people. See more: https://en.wikipedia.org/wiki/Singular_they
Hi, In the Makefile file example on page 266, the LD command is missing a space separator. As shown in the figure below: 