diff --git a/blog/all_posts.html b/blog/all_posts.html index eb5ec52..5d23d76 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -17,6 +17,7 @@

all posts

September 2021

August 2021

diff --git a/blog/all_tags.html b/blog/all_tags.html index 604e863..323db0e 100644 --- a/blog/all_tags.html +++ b/blog/all_tags.html @@ -24,13 +24,13 @@
  • gemini — 1 post
  • gros — 2 posts
  • grsh — 2 posts
  • -
  • gru — 7 posts
  • +
  • gru — 8 posts
  • grutils — 2 posts
  • gxt — 2 posts
  • hexutils — 1 post
  • monochrome — 1 post
  • orcc — 1 post
  • -
  • orion — 3 posts
  • +
  • orion — 4 posts
  • protocol — 1 post
  • spartan — 1 post
  • tilde.team — 1 post
  • diff --git a/blog/feed.rss b/blog/feed.rss index 81bf3dd..a1991c6 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,33 @@ ~g1n's bloghttps://g1n.ttm.sh/blog/index.html ~g1n's blogen -Sun, 05 Sep 2021 16:33:45 +0000 -Sun, 05 Sep 2021 16:33:45 +0000 +Sun, 12 Sep 2021 17:10:34 +0000 +Sun, 12 Sep 2021 17:10:34 +0000 +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion +This week I was improving Orion. First I made keyboard working, next day paging! +Also I have added several new LibC functions. +Today I have made scrolling working.

    + +

    Last few days I was trying to make initrd working +(this required heap implementing so I also did that but I don’t know if it works correctly). +Currently it can only output /dev directory.

    + +

    But I made something wrong with %x in printf and it can display weird chars first +and then contents of files!

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orion

    + +]]>
    https://g1n.ttm.sh/blog/gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html +https://g1n.ttm.sh/blog/./gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.html +G1n +Sun, 12 Sep 2021 17:10:09 +0000
    + GRU Devlog 6 - yemu, published gxt and interrupts working in Orion + + + + + + +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    + +

    +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion +

    + +
    September 12, 2021 — +G1n +
    + + +

    This week I was improving Orion. First I made keyboard working, next day paging! +Also I have added several new LibC functions. +Today I have made scrolling working.

    + +

    Last few days I was trying to make initrd working +(this required heap implementing so I also did that but I don’t know if it works correctly). +Currently it can only output /dev directory.

    + +

    But I made something wrong with %x in printf and it can display weird chars first +and then contents of files!

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orion

    + + +
    + +
    + diff --git a/blog/gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.md b/blog/gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.md new file mode 100644 index 0000000..fe4e162 --- /dev/null +++ b/blog/gru-devlog-7---keyboard-paging-and-wip-initrd-in-orion.md @@ -0,0 +1,16 @@ +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion + +This week I was improving Orion. First I made keyboard working, next day paging! +Also I have added several new LibC functions. +Today I have made scrolling working. + +Last few days I was trying to make initrd working +(this required heap implementing so I also did that but I don't know if it works correctly). +Currently it can only output /dev directory. + +But I made something wrong with %x in printf and it can display weird chars first +and then contents of files! + +Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :) + +tags: gru, orion diff --git a/blog/index.html b/blog/index.html index a4a6c60..69a6d81 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,30 @@
    ~g1n's blog
    +

    +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion +

    + +
    September 12, 2021 — +G1n +
    + + +

    This week I was improving Orion. First I made keyboard working, next day paging! +Also I have added several new LibC functions. +Today I have made scrolling working.

    + +

    Last few days I was trying to make initrd working +(this required heap implementing so I also did that but I don’t know if it works correctly). +Currently it can only output /dev directory.

    + +

    But I made something wrong with %x in printf and it can display weird chars first +and then contents of files!

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orion

    +

    GRU Devlog 6 - yemu, published gxt and interrupts working in Orion

    @@ -273,23 +297,6 @@ Maybe I will find that interesting.

    - -

    -Moving to tilde.team -

    - -
    June 29, 2021 — -G1n -
    - - -

    I don’t know what happend with xhec.one, so i moved my site to tilde.team

    - -

    tags: tilde.team

    - - - -
    diff --git a/blog/tag_gru.html b/blog/tag_gru.html index 60a6a97..8a4a5d5 100644 --- a/blog/tag_gru.html +++ b/blog/tag_gru.html @@ -14,6 +14,30 @@
    ~g1n's blog
    +

    +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion +

    + +
    September 12, 2021 — +G1n +
    + + +

    This week I was improving Orion. First I made keyboard working, next day paging! +Also I have added several new LibC functions. +Today I have made scrolling working.

    + +

    Last few days I was trying to make initrd working +(this required heap implementing so I also did that but I don’t know if it works correctly). +Currently it can only output /dev directory.

    + +

    But I made something wrong with %x in printf and it can display weird chars first +and then contents of files!

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orion

    +

    GRU Devlog 6 - yemu, published gxt and interrupts working in Orion

    diff --git a/blog/tag_orion.html b/blog/tag_orion.html index 0a9da1c..f88a7f9 100644 --- a/blog/tag_orion.html +++ b/blog/tag_orion.html @@ -14,6 +14,30 @@
    ~g1n's blog
    +

    +GRU Devlog 7 - keyboard, paging and WIP initrd in Orion +

    + +
    September 12, 2021 — +G1n +
    + + +

    This week I was improving Orion. First I made keyboard working, next day paging! +Also I have added several new LibC functions. +Today I have made scrolling working.

    + +

    Last few days I was trying to make initrd working +(this required heap implementing so I also did that but I don’t know if it works correctly). +Currently it can only output /dev directory.

    + +

    But I made something wrong with %x in printf and it can display weird chars first +and then contents of files!

    + +

    Hope you liked this post and if you would like to help me, contact me via email, xmpp or irc :)

    + +

    tags: gru, orion

    +

    GRU Devlog 6 - yemu, published gxt and interrupts working in Orion