sborovic sborovic
  • Joined on 2024-02-06
sborovic commented on pull request sborovic/dmzOS#16 2024-02-24 07:29:42 +00:00
Issue #14 - Add Makefile with bash and help commands

Great! (Minor detail: We use imperative style for issues and commit messages. Style rules are yet to be added to the README, though...)

sborovic closed pull request sborovic/dmzOS#16 2024-02-24 07:29:42 +00:00
Issue #14 - Add Makefile with bash and help commands
sborovic opened issue sborovic/dmzOS#17 2024-02-24 07:27:17 +00:00
Add a 'Software Requirements' list for a future developer
sborovic opened issue sborovic/dmzOS#15 2024-02-23 12:10:02 +00:00
Explore project-level .vimrc and write a .vimrc that supports :ClangFormat
sborovic commented on issue sborovic/dmzOS#14 2024-02-23 11:47:52 +00:00
Put all commands in Makefile so they don't need to be remembered and can be autofilled

Sure, why not. :) Open a pull request and I'll merge it into the codebase after review.

P. S. If you have any questions and/or would like to participate more in this project, both me and…

sborovic closed issue sborovic/dmzOS#9 2024-02-23 11:36:10 +00:00
Explore 'This file contains ambiguous Unicode characters' in Wiki
sborovic opened issue sborovic/dmzOS#13 2024-02-21 07:54:10 +00:00
Operating Systems: From 0 to 1 (Preliminary)
sborovic opened issue sborovic/dmzOS#12 2024-02-17 12:40:09 +00:00
Add missing software
sborovic pushed to main at sborovic/dmzOS 2024-02-17 12:36:43 +00:00
e932f929fd Update README.md
sborovic deleted branch 10_env_image from sborovic/dmzOS 2024-02-17 12:35:06 +00:00
sborovic closed pull request sborovic/dmzOS#11 2024-02-17 12:32:29 +00:00
WIP: Add the base containerized c toolchain environment
sborovic pushed to main at sborovic/dmzOS 2024-02-17 12:32:01 +00:00
2e77f21074 Merge branch 'main' of ssh://gitea.dmz.rs:2222/sborovic/dmzOS
af9befd937 Merge branch '10_env_image' of ssh://gitea.dmz.rs:2222/sborovic/dmzOS into 10-env_image
9fcfc4a58d Add LLVM and lld to the c_toolchain env
ab540f13ae Move docker files to the Dockerfiles dir
65af1b6765 [FMT] Remove redundant comment
Compare 6 commits »
sborovic closed issue sborovic/dmzOS#10 2024-02-15 17:28:28 +00:00
Make basic C environment docker image
sborovic commented on pull request sborovic/dmzOS#11 2024-02-15 17:21:39 +00:00
WIP: Add the base containerized c toolchain environment

I have merged existing Wiki explanations with your proposed README changes into https://gitea.dmz.rs/sborovic/dmzOS/src/branch/main/README.md#development-environment. Does it look okay?

I'd…

sborovic pushed to main at sborovic/dmzOS 2024-02-15 17:16:59 +00:00
cb63e579b8 Update README.md
sborovic pushed to main at sborovic/dmzOS 2024-02-15 17:08:08 +00:00
5438b0f495 Update README.md
sborovic commented on issue sborovic/dmzOS#4 2024-02-15 16:26:39 +00:00
Add Gitea actions

Great, as this has to be done on the server that hosts Gitea (right?), we can maybe ask Aleksej to come there one day and set it up ourselves (or maybe obtain temporary SSH access to the server…

sborovic commented on pull request sborovic/dmzOS#11 2024-02-14 09:11:25 +00:00
WIP: Add the base containerized c toolchain environment

This is essentially it.

docker-compose.yml needs to be placed in project root. I personally place all Dockerfile files in /Dockerfiles/.

Regarding vim, I think the best way to enforce…

sborovic commented on pull request sborovic/dmzOS#11 2024-02-14 08:55:25 +00:00
WIP: Add the base containerized c toolchain environment

Add:

  • nasm

  • hd

sborovic opened issue sborovic/dmzOS#9 2024-02-12 15:02:25 +00:00
Explore 'This file contains ambiguous Unicode characters' in Wiki