~g1n's bloghttps://xhec.one/~g1n/index.html ~g1n's blogen Sun, 15 Aug 2021 17:11:44 +0000 Sun, 15 Aug 2021 17:11:44 +0000 GRU DevLog 3 - Orion and dreams about GRU software future This week I was trying to make interrupts, paging and other memory things working in Orion. I found this guide and tried to follow it without rewriting the whole project: http://www.jamesmolloy.co.uk/index.html

For now only Global Descriptor Table maybe working.

My current goals/dreams:

  • make filesystem (the coolest would be make Ext2 driver)

  • build GCC hosted compiler (this will help GCC understand our OS better)

My very future dreams:

  • make kernel, libs, ports and soft in different repos

  • make proper way to make “distros” on our kernel

  • make some website with mirror of ports scripts (like in Serenity OS but not in one repo with everything and tool for searching and downloading ports from that mirror)

  • maybe (if i will work a lot on this projects) I’ll make one more account on tilde.team for our organisation (domain name - gru.ttm.sh, is cool), but i’ll ask admins about that

Also I think Orion need new name because i found several projects with this name :)

Some ideas about the GRU name:

  • GRU rocks (or rocking) UNIX

  • GloRious UNIX

  • GloRious Union

If you can help me or have some ideas (name/names or anything else) contact me via email or any other type of contact (irc: g1n on tilde.chat, xmpp: g1n@hmm.st)

tags: gru, orion, dreams

]]>
https://xhec.one/~g1n/gru-devlog-3---orion-and-dreams-about-gru-software-future.html https://xhec.one/~g1n/./gru-devlog-3---orion-and-dreams-about-gru-software-future.html G1n Sun, 15 Aug 2021 17:11:33 +0000
GRU DevLog 2 - Orion This week I was developing new OS - Orion.

I don’t understand very basic osdev thing so I decided to make OS on C and Asm. Currently that can just output text (with printf arguments) on screen and serial. Now gros is much cooler than Orion - it has input, interupts and a lot of else. But maybe I’ll understand OSdev better. Currently working on GDT (global descriptor table) and than will work on interrupts and exceptions.

Of course if you can help me contact me throught email or in other ways!

tags: gru, orion

]]>
https://xhec.one/~g1n/gru-devlog-2---orion.html https://xhec.one/~g1n/./gru-devlog-2---orion.html G1n Sun, 08 Aug 2021 14:11:43 +0000
GRU DevLog 1 - gros sources published and add wc to grutils I didn’t make a lot work this week, so i think this devlogs should be renamed from “week number” to just “number” Ok, so what i did this week: - Add wc to grutils - Published gros - Add basic shell and some commands for gros

I know that is not a lot, but i was reading some osdev articles and books. Currently I would like to implement basic filesystem but i don’t know what to do.

Some goals for gros (I will add that to gros readme): - Filesystem (FAT or Ext2) - ELF or other executable formats - LibC (for compiling C programs) - Maybe basic networking but after all of that

All code in osdev wiki is for C so I need to implement it myself (or port existing rust code)

If you can help me somehow please contact me via email (g1n@ttm.sh) or in other ways (~chat irc, xmpp)

tags: gru, grutils, gros

]]>
https://xhec.one/~g1n/gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html https://xhec.one/~g1n/./gru-devlog-1---gros-sources-published-and-add-wc-to-grutils.html G1n Sun, 01 Aug 2021 16:12:04 +0000
GRU DevLog Week 0 - grsh, grutils and start of gros So I have started new project this week - grsh! It is shell written on Rust. Also, for now, other rewrites of coreutils are there.

What grsh can do for this moment: echo some variables (pwd, user, home, status of previous command using $?) and text; true, false, : - set status; pwd shows current dir, also comments and cd working, basic piping (thanks to that article and of course executing not builtin command also working.

Some grutils that I made: ls, touch, mkdir/rmdir, rm, grep, head/tail, yes, cat.

TODOs exist in grsh repo - so you can read there some of my plans.

Yesterday i have started GROS - OS on Rust! But I haven’t published code yet because it not have that minimum of funcionality that i want. Thanks for that site for teaching how to make basics - https://os.phil-opp.com

So it was first of GRU Devlog! Thanks for reading! If you want to contribute to some of that project write me an email - g1n@ttm.sh , or contact me in other ways

tags: gru, grsh, grutils, gros

]]>
https://xhec.one/~g1n/gru-devlog-week-0---grsh-grutils-and-start-of-gros.html https://xhec.one/~g1n/./gru-devlog-week-0---grsh-grutils-and-start-of-gros.html G1n Sun, 25 Jul 2021 17:22:59 +0000
Spartan protocol 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

]]>
https://xhec.one/~g1n/spartan-protocol.html https://xhec.one/~g1n/./spartan-protocol.html G1n Mon, 05 Jul 2021 17:56:57 +0000
Exploring BBSes I was exploring tomasino gopher capsule gopher.black and found monochrome bbs and created account there. I didn’t use other BBSes so it is my first. Maybe I will find that interesting.

tags: bbs, monochrome

]]>
https://xhec.one/~g1n/exploring-bbses.html https://xhec.one/~g1n/./exploring-bbses.html G1n Tue, 29 Jun 2021 19:12:54 +0000
Moving to tilde.team I don’t know what happend with xhec.one, so i moved my site to tilde.team

tags: tilde.team

]]>
https://xhec.one/~g1n/moving-to-tildeteam.html https://xhec.one/~g1n/./moving-to-tildeteam.html G1n Tue, 29 Jun 2021 19:06:17 +0000
I successufully installed Linux from Scratch It took a long time. But it boots! I also setupped internet (using dhcpcd), installed lynx, certificates, ssh, wget, curl, git.
Now I am trying to setup smaller fonts in tty and choosing between wayland and xorg

Tags: linuxfromscratch, lfs

]]>
https://xhec.one/~g1n/i-successufully-installed-linux-from-scratch.html https://xhec.one/~g1n/./i-successufully-installed-linux-from-scratch.html G1n Tue, 08 Jun 2021 13:17:53 +0000
Learning programing Yesterday I started learning Go. Today: Rust. Tommorow I will improve Python. Going to program everyday!

Tags: programing, learning, go, rust, python

]]>
https://xhec.one/~g1n/learning-programing.html https://xhec.one/~g1n/./learning-programing.html G1n Tue, 01 Jun 2021 11:37:34 +0000
<b>mpd</b> and <b>mpc</b> - play music on your machine in command line I setup mpd and mpc for playing tilderadio
Now going to setup emms (emacs music player). One more thing that I can do without browser

Tags: mpd, mpc, tilderadio, music, command-line

]]>
https://xhec.one/~g1n/bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html https://xhec.one/~g1n/./bmpdb-and-bmpcb---play-music-on-your-machine-in-command-line.html G1n Fri, 21 May 2021 11:45:54 +0000
notmuch - mail in emacs notmuch is an email system. But I use emacs as frontend for it

Tags: notmuch, email, emacs, emacs-for-everything

]]>
https://xhec.one/~g1n/notmuch---mail-in-emacs.html https://xhec.one/~g1n/./notmuch---mail-in-emacs.html G1n Thu, 20 May 2021 12:04:07 +0000
Exploring Plan 9 I have just installed plan 9 on virtual machine. It had graphical installer. But when image was extracting it was very long for me (I gived it 2 gigabytes of space). Connected to the internet and finding something that I can do there

Main site: https://9p.io/plan9/

Tags: plan9, qemu, virt-manager

]]>
https://xhec.one/~g1n/exploring-plan-9.html https://xhec.one/~g1n/./exploring-plan-9.html G1n Sun, 09 May 2021 09:40:37 +0000
Using suckless programs I started using suckless programs, for example: dwm, st, dmenu, surf.
I use dwm and exwm (both). Also I use st as my default terminal emulator (used alacritty before)
Trying surf but firefox still my default browser

Tags: suckless, dwm, st, surf, dmenu

]]>
https://xhec.one/~g1n/using-suckless-programs.html https://xhec.one/~g1n/./using-suckless-programs.html G1n Thu, 06 May 2021 02:48:49 +0000
Setting up exwm I setuped main global keybindings, now I can use firefox in emacs (used swaywm before). Writing this text in vim in ssh session, but going to setup ssh file access from emacs and improve orgblog (maybe I'll write a script for exporting to html from org and pushing to git repository)

Tags: emacs, emacs-for-everything, exwm

]]>
https://xhec.one/~g1n/setting-up-exwm.html https://xhec.one/~g1n/./setting-up-exwm.html G1n Mon, 03 May 2021 09:07:04 +0000
Elpher - gopher and gemini client in emacs Web homepage - https://thelambdalab.xyz/elpher/
Gopher homepage - gopher://thelambdalab.xyz/1/projects/elpher/

Tags: gemini, gopher, emacs, emacs-for-everything, elpher

]]>
https://xhec.one/~g1n/elpher---gopher-and-gemini-client-in-emacs.html https://xhec.one/~g1n/./elpher---gopher-and-gemini-client-in-emacs.html G1n Sun, 02 May 2021 09:48:39 +0000
Magit - git in emacs Official site - magit.vc
Getting started guide - https://magit.vc/manual/magit/Getting-Started.html#Getting-Started

Tags: emacs, emacs-for-everything, magit

]]>
https://xhec.one/~g1n/magit---git-in-emacs.html https://xhec.one/~g1n/./magit---git-in-emacs.html G1n Sun, 02 May 2021 09:38:27 +0000
elfeed - feed reader in emacs Tags: emacs, emacs-for-everything, elfeed

]]>
https://xhec.one/~g1n/elfeed---feed-reader-in-emacs.html https://xhec.one/~g1n/./elfeed---feed-reader-in-emacs.html G1n Sat, 01 May 2021 09:19:20 +0000
EXWM - X.org window manager but in emacs You can use emacs even as window manager

Tags: emacs, emacs-for-everything, exwm

]]>
https://xhec.one/~g1n/exwm---xorg-window-manager-but-in-emacs.html https://xhec.one/~g1n/./exwm---xorg-window-manager-but-in-emacs.html G1n Sat, 01 May 2021 09:15:19 +0000
Creating OrgBlog OrgBlog - simple blog on emacs org-mode

Tags: orgblog, emacs, orgmode, org-mode

]]>
https://xhec.one/~g1n/creating-orgblog.html https://xhec.one/~g1n/./creating-orgblog.html G1n Fri, 30 Apr 2021 11:16:14 +0000
Published this tilde page on Codeberg Sources

Tags: git, codeberg

]]>
https://xhec.one/~g1n/published-this-tilde-page-on-codeberg.html https://xhec.one/~g1n/./published-this-tilde-page-on-codeberg.html G1n Fri, 30 Apr 2021 11:14:56 +0000
Wttr.in wttr.in - text-only site for weather forecast

Tags: cli, sites, text-only

]]>
https://xhec.one/~g1n/wttrin.html https://xhec.one/~g1n/./wttrin.html G1n Sat, 24 Apr 2021 14:31:32 +0000
My first post on xhec.one Hello everyone. First post on tilde by one of the first user here.

Tags: first-post, test, hello, bashblog

]]>
https://xhec.one/~g1n/my-first-post-on-xhecone.html https://xhec.one/~g1n/./my-first-post-on-xhecone.html G1n Sat, 24 Apr 2021 12:40:43 +0000