SamyPesse / How-to-Make-a-Computer-Operating-System

How to Make a Computer Operating System in C++
https://samypesse.gitbook.io/how-to-create-an-operating-system
Apache License 2.0
21.35k stars 3.42k forks source link

Cleaned up trailing whitespaces #24

Closed 0X1A closed 10 years ago

0X1A commented 10 years ago

Was bored, decided to clean trailing whitespaces. Diff for additions and deletions is the same so I can only assume everything works as intended. The script I ran broke the images in chapter 6 so I fixed that in 26143a0

0X1A commented 10 years ago

Actually make all fails after this because of libc.a in src/sdk/src/libc, I'll make a different PR