From 36d02a669032b67e9c03648fc57d8968a8c72887 Mon Sep 17 00:00:00 2001 From: g1n Date: Sun, 8 Aug 2021 14:14:18 +0000 Subject: [PATCH] New GRU devlog --- blog/all_posts.html | 1 + blog/all_tags.html | 3 ++- blog/feed.rss | 25 +++++++++++++++++-- blog/gru-devlog-2---orion.html | 45 ++++++++++++++++++++++++++++++++++ blog/gru-devlog-2---orion.md | 14 +++++++++++ blog/index.html | 39 ++++++++++++++++------------- blog/tag_gru.html | 22 +++++++++++++++++ blog/tag_orion.html | 43 ++++++++++++++++++++++++++++++++ 8 files changed, 172 insertions(+), 20 deletions(-) create mode 100644 blog/gru-devlog-2---orion.html create mode 100644 blog/gru-devlog-2---orion.md create mode 100644 blog/tag_orion.html diff --git a/blog/all_posts.html b/blog/all_posts.html index 4305e48..7350b09 100644 --- a/blog/all_posts.html +++ b/blog/all_posts.html @@ -17,6 +17,7 @@

all posts

August 2021

July 2021

diff --git a/blog/all_tags.html b/blog/all_tags.html index a81682f..89f56aa 100644 --- a/blog/all_tags.html +++ b/blog/all_tags.html @@ -20,9 +20,10 @@
  • gemini — 1 post
  • gros — 2 posts
  • grsh — 1 post
  • -
  • gru — 2 posts
  • +
  • gru — 3 posts
  • grutils — 2 posts
  • monochrome — 1 post
  • +
  • orion — 1 post
  • protocol — 1 post
  • spartan — 1 post
  • tilde.team — 1 post
  • diff --git a/blog/feed.rss b/blog/feed.rss index 6dfd7b0..9bb42ea 100644 --- a/blog/feed.rss +++ b/blog/feed.rss @@ -2,10 +2,31 @@ ~g1n's bloghttps://xhec.one/~g1n/index.html ~g1n's blogen -Sun, 01 Aug 2021 16:12:59 +0000 -Sun, 01 Aug 2021 16:12:59 +0000 +Sun, 08 Aug 2021 14:13:29 +0000 +Sun, 08 Aug 2021 14:13:29 +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 + + + + + + +GRU DevLog 2 - Orion + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    + +

    +GRU DevLog 2 - Orion +

    + +
    August 08, 2021 — +G1n +
    + + +

    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

    + + +
    + +
    + diff --git a/blog/gru-devlog-2---orion.md b/blog/gru-devlog-2---orion.md new file mode 100644 index 0000000..0ba6dbd --- /dev/null +++ b/blog/gru-devlog-2---orion.md @@ -0,0 +1,14 @@ +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 diff --git a/blog/index.html b/blog/index.html index 6054219..371fa3d 100644 --- a/blog/index.html +++ b/blog/index.html @@ -14,6 +14,28 @@
    ~g1n's blog
    +

    +GRU DevLog 2 - Orion +

    + +
    August 08, 2021 — +G1n +
    + + +

    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

    +

    GRU DevLog 1 - gros sources published and add wc to grutils

    @@ -167,23 +189,6 @@ G1n

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

    - -

    -Exploring Plan 9 -

    - -
    May 09, 2021 — -G1n -
    - - -

    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

    -
    diff --git a/blog/tag_gru.html b/blog/tag_gru.html index 9eccf1c..d15b848 100644 --- a/blog/tag_gru.html +++ b/blog/tag_gru.html @@ -14,6 +14,28 @@
    ~g1n's blog
    +

    +GRU DevLog 2 - Orion +

    + +
    August 08, 2021 — +G1n +
    + + +

    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

    +

    GRU DevLog 1 - gros sources published and add wc to grutils

    diff --git a/blog/tag_orion.html b/blog/tag_orion.html new file mode 100644 index 0000000..7be53f1 --- /dev/null +++ b/blog/tag_orion.html @@ -0,0 +1,43 @@ + + + + + + + +~g1n's blog — posts tagged "orion" + +
    +
    +
    +

    ~g1n's blog

    +
    ~g1n's blog
    +
    +
    +

    +GRU DevLog 2 - Orion +

    + +
    August 08, 2021 — +G1n +
    + + +

    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

    + +
    + +
    +