os01 icon indicating copy to clipboard operation
os01 copied to clipboard

Bootstrap yourself to write an OS from scratch. A book for self-learner.

Results 67 os01 issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/33590343/135958403-0440894f-7d39-4ad5-a06c-b07f72842d4a.png)