From f0659f1c5aa6cbdc0dfe832d5d6eca49f49c856a Mon Sep 17 00:00:00 2001 From: g1n Date: Sun, 12 Dec 2021 17:50:01 +0000 Subject: [PATCH] Add new GRU devlog --- blog/all_posts.html | 1 + blog/all_tags.html | 6 ++-- blog/feed.rss | 28 +++++++++++++++-- blog/gru-devlog-20---olibc.html | 48 +++++++++++++++++++++++++++++ blog/gru-devlog-20---olibc.md | 17 +++++++++++ blog/index.html | 54 +++++++++++++++------------------ blog/tag_gru.html | 25 +++++++++++++++ blog/tag_liblinux.html | 25 +++++++++++++++ blog/tag_olibc.html | 25 +++++++++++++++ 9 files changed, 195 insertions(+), 34 deletions(-) create mode 100644 blog/gru-devlog-20---olibc.html create mode 100644 blog/gru-devlog-20---olibc.md diff --git a/blog/all_posts.html b/blog/all_posts.html index c7283c9..5af0a8a 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -17,6 +17,7 @@

all posts

December 2021

November 2021

diff --git a/blog/all_tags.html b/blog/all_tags.html index 0a8216d..c02f600 100644 --- a/blog/all_tags.html +++ b/blog/all_tags.html @@ -28,14 +28,14 @@
  • girclib — 1 post
  • gros — 2 posts
  • grsh — 2 posts
  • -
  • gru — 19 posts
  • +
  • gru — 20 posts
  • grutils — 2 posts
  • gxt — 2 posts
  • hexutils — 1 post
  • irc — 1 post
  • jitsi — 1 post
  • libera — 1 post
  • -
  • liblinux — 1 post
  • +
  • liblinux — 2 posts
  • libs — 1 post
  • license — 1 post
  • lobste.rs — 1 post
  • @@ -43,7 +43,7 @@
  • meeting — 1 post
  • monochrome — 1 post
  • ocpu — 4 posts
  • -
  • olibc — 1 post
  • +
  • olibc — 2 posts
  • orcc — 1 post
  • org-mode — 2 posts
  • org-roam — 1 post
  • diff --git a/blog/feed.rss b/blog/feed.rss index 2407a3a..f7d7fba 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,34 @@ ~g1n's bloghttps://g1n.ttm.sh/blog/index.html ~g1n's blogen -Sun, 05 Dec 2021 16:57:41 +0000 -Sun, 05 Dec 2021 16:57:41 +0000 +Sun, 12 Dec 2021 17:49:30 +0000 +Sun, 12 Dec 2021 17:49:30 +0000 +GRU Devlog 20 - olibc +This week I was making olibc. I was implementing “string.h”. Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them.

    + +

    My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don’t know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h!

    + +

    Also we now have gru webpage on codeberg! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, olibc, liblinux

    + +]]>
    https://g1n.ttm.sh/blog/gru-devlog-20---olibc.html +https://g1n.ttm.sh/blog/./gru-devlog-20---olibc.html +G1n +Sun, 12 Dec 2021 17:46:18 +0000
    + GRU Devlog 19 - gic and several libs + + + + + + +GRU Devlog 20 - olibc + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    + +

    +GRU Devlog 20 - olibc +

    + +
    December 12, 2021 — +G1n +
    + + +

    This week I was making olibc. I was implementing “string.h”. Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them.

    + +

    My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don’t know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h!

    + +

    Also we now have gru webpage on codeberg! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, olibc, liblinux

    + + +
    + +
    + diff --git a/blog/gru-devlog-20---olibc.md b/blog/gru-devlog-20---olibc.md new file mode 100644 index 0000000..4ed8c4a --- /dev/null +++ b/blog/gru-devlog-20---olibc.md @@ -0,0 +1,17 @@ +GRU Devlog 20 - olibc + +This week I was making olibc. I was implementing "string.h". Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them. + +My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don't know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h! + +Also we now have [gru webpage on codeberg](https://gru.codeberg.page)! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move. + +Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :) + +tags: gru, olibc, liblinux diff --git a/blog/index.html b/blog/index.html index 287ebaf..8e3386e 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,31 @@
    ~g1n's blog
    +

    +GRU Devlog 20 - olibc +

    + +
    December 12, 2021 — +G1n +
    + + +

    This week I was making olibc. I was implementing “string.h”. Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them.

    + +

    My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don’t know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h!

    + +

    Also we now have gru webpage on codeberg! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, olibc, liblinux

    +

    GRU Devlog 19 - gic and several libs

    @@ -253,35 +278,6 @@ If you would like to help me, contact me via email, xmpp or irc :)

    tags: gru, org-mode, gasm, orsh, meeting, lobste.rs, tilde.news

    -

    -GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo -

    - -
    September 26, 2021 — -G1n -
    - - -

    This week I didn’t commited a lot, but started some new projects. -I made orsh signal handling working (so it won’t exit on ^C) and homedir “handling” -(can replace homedir in prompt with ~, and you can use ‘cd ~’ or just ‘cd’ to change -dir to homedir)

    - -

    Also I started making bootloader, but for now it can only detect what CPU is (intel if x86 and amd if x86_64), -some additional instructions (msr) and if apic is avalible.

    - -

    I was trying to make something with orion fs, maybe it will use pak files for initrd. Currently i am making archiver -for it, but after that i will need to understand more how vfs working and rewrite initrd to use pak files.

    - -

    We now have xmpp room (gru@conference.hmm.st) and logo! Thanks to chunk for it!

    - -

    I was thinking about making weekly or monthly “conferences”. We could do it via jitsi tildeverse instance or tilde.tel -(tel.tilde.org.nz) conference. I think jitsi is better, but we should try tilde.tel confernce at least once, why not? :)

    - -

    Hope you liked this post and you will join our XMPP muc :). If you would like to help me, contact me via email, xmpp or irc :)

    - -

    tags: gru, orion, orsh, xmpp, tilde.tel, jitsi

    -
    +

    +GRU Devlog 20 - olibc +

    + +
    December 12, 2021 — +G1n +
    + + +

    This week I was making olibc. I was implementing “string.h”. Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them.

    + +

    My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don’t know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h!

    + +

    Also we now have gru webpage on codeberg! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, olibc, liblinux

    +

    GRU Devlog 19 - gic and several libs

    diff --git a/blog/tag_liblinux.html b/blog/tag_liblinux.html index 3657525..46da14a 100644 --- a/blog/tag_liblinux.html +++ b/blog/tag_liblinux.html @@ -14,6 +14,31 @@
    ~g1n's blog
    +

    +GRU Devlog 20 - olibc +

    + +
    December 12, 2021 — +G1n +
    + + +

    This week I was making olibc. I was implementing “string.h”. Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them.

    + +

    My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don’t know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h!

    + +

    Also we now have gru webpage on codeberg! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, olibc, liblinux

    +

    GRU Devlog 19 - gic and several libs

    diff --git a/blog/tag_olibc.html b/blog/tag_olibc.html index a3eba60..a8142b5 100644 --- a/blog/tag_olibc.html +++ b/blog/tag_olibc.html @@ -14,6 +14,31 @@
    ~g1n's blog
    +

    +GRU Devlog 20 - olibc +

    + +
    December 12, 2021 — +G1n +
    + + +

    This week I was making olibc. I was implementing “string.h”. Also I was fixing liblinux to +be able to import it without need to use full path in #import. I had several other issues +with it and also fixed them.

    + +

    My current goal is to implement string.h and after that I am planning to publish it. +Currently most of funcs are implemented. Making strtok now but all other functions need +locale.h and I don’t know yet how I will be implemented. But it is already cool that we +have most of functions that should be in string.h!

    + +

    Also we now have gru webpage on codeberg! Maybe next week I +will move all devlogs to gru webpage so it will be easier to move.

    + +

    Hope you liked this post! If you would like to help us, contact me via email, xmpp or irc :)

    + +

    tags: gru, olibc, liblinux

    +

    GRU Devlog 19 - gic and several libs