diff --git a/blog/all_posts.html b/blog/all_posts.html index 29b06f9..a3d9a47 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -17,6 +17,7 @@

all posts

September 2021

back home
diff --git a/blog/feed.rss b/blog/feed.rss index 34ccba9..6c42dc4 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,38 @@ ~g1n's bloghttps://g1n.ttm.sh/blog/index.html ~g1n's blogen -Sun, 19 Sep 2021 16:18:24 +0000 -Sun, 19 Sep 2021 16:18:24 +0000 +Sun, 26 Sep 2021 17:00:08 +0000 +Sun, 26 Sep 2021 17:00:08 +0000 +GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo +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

+ +]]>
https://g1n.ttm.sh/blog/gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html +https://g1n.ttm.sh/blog/./gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.html +G1n +Sun, 26 Sep 2021 16:59:17 +0000
+ GRU Devlog 8 - orsh and published initrd + + + + + + +GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+ +

+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

+ + +
+ +
+ diff --git a/blog/gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.md b/blog/gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.md new file mode 100644 index 0000000..b429079 --- /dev/null +++ b/blog/gru-devlog-9---orsh-orion-bootloader-gru-xmpp-room-and-logo.md @@ -0,0 +1,21 @@ +GRU Devlog 9 - orsh, orion, bootloader, GRU xmpp room and logo + +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 diff --git a/blog/index.html b/blog/index.html index 1ff83ad..a424a4c 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,35 @@
~g1n's blog
+

+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 8 - orsh and published initrd

@@ -283,22 +312,6 @@ G1n - -

-Spartan protocol -

- -
July 05, 2021 — -G1n -
- - -

I started exploring spartan protocol and currently making my own client for it in bash - laconia. It is very WIP, but can open spartan.mozz.us, alexschroeder.ch, and local server on ~team generated from mine gemini capsule.

- -

tags: spartan, protocol, gemini

- - -
diff --git a/blog/tag_gru.html b/blog/tag_gru.html index 9b8eda6..afc6375 100644 --- a/blog/tag_gru.html +++ b/blog/tag_gru.html @@ -14,6 +14,35 @@
~g1n's blog
+

+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 8 - orsh and published initrd

diff --git a/blog/tag_jitsi.html b/blog/tag_jitsi.html new file mode 100644 index 0000000..9c15598 --- /dev/null +++ b/blog/tag_jitsi.html @@ -0,0 +1,50 @@ + + + + + + + +~g1n's blog — posts tagged "jitsi" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+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

+ +
+ +
+ diff --git a/blog/tag_orion.html b/blog/tag_orion.html index db708c1..2e13462 100644 --- a/blog/tag_orion.html +++ b/blog/tag_orion.html @@ -14,6 +14,35 @@
~g1n's blog
+

+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 8 - orsh and published initrd

diff --git a/blog/tag_orsh.html b/blog/tag_orsh.html index 7953e49..e820895 100644 --- a/blog/tag_orsh.html +++ b/blog/tag_orsh.html @@ -14,6 +14,35 @@
~g1n's blog
+

+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 8 - orsh and published initrd

diff --git a/blog/tag_tilde.tel.html b/blog/tag_tilde.tel.html new file mode 100644 index 0000000..40cf00e --- /dev/null +++ b/blog/tag_tilde.tel.html @@ -0,0 +1,50 @@ + + + + + + + +~g1n's blog — posts tagged "tilde.tel" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+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

+ +
+ +
+ diff --git a/blog/tag_xmpp.html b/blog/tag_xmpp.html new file mode 100644 index 0000000..48ae168 --- /dev/null +++ b/blog/tag_xmpp.html @@ -0,0 +1,50 @@ + + + + + + + +~g1n's blog — posts tagged "xmpp" + +
+
+
+

~g1n's blog

+
~g1n's blog
+
+
+

+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

+ +
+ +
+