Skip to content

Commit 8199096

Browse files
committed
Link github username
1 parent 8049de8 commit 8199096

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/this-month/2021-02/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This month, ...
9797

9898
<span class="gray">(Section written by [@drzewiec](https://github.com/drzewiec))</span>
9999

100-
I have been working on an OS following along with @phil-opp's tutorial series for a while, but recently decided I would rework my OS based on the first edition of the blog (since I preferred to use GRUB as my bootloader). This is the first progress I have to share on CelOS, and indeed the first time I've published one of these updates in general.
100+
I have been working on an OS following along with [@phil-opp](https://github.com/phil-opp)'s tutorial series for a while, but recently decided I would rework my OS based on the first edition of the blog (since I preferred to use GRUB as my bootloader). This is the first progress I have to share on CelOS, and indeed the first time I've published one of these updates in general.
101101

102102
In February, I made a lot of great progress on CelOS. I have the complete physical memory (plus the framebuffer provided by GRUB) mapped to virtual memory, and a pixel-based framebuffer working with text output. Things are not very optimized right now (for one thing I'm stretching the `font8x8` font into 8x12), but this is a great first step that I can build on. Next planned steps are:
103103

@@ -106,7 +106,7 @@ In February, I made a lot of great progress on CelOS. I have the complete physic
106106
* Set up memory allocation for the kernel, to get heap allocation
107107
* Once heap allocation is in place, utilize some existing crate to handle TrueType fonts so that text will look a bit nicer on screen
108108

109-
I probably won't get all of that done in March, but those are my planned next steps. Thanks to this great community and to @phil-opp for being so helpful in the osdev journey!
109+
I probably won't get all of that done in March, but those are my planned next steps. Thanks to this great community and to [@phil-opp](https://github.com/phil-opp) for being so helpful in the osdev journey!
110110

111111
## Join Us?
112112

0 commit comments

Comments
 (0)