Skip to content

Commit

Permalink
chore: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Aug 20, 2024
1 parent dc7d902 commit 1451342
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# asmfetch

A fetch tool written in x86-64 assembly. Runs in under 250 microseconds.

There is almost no error handling, and lots of things may break.
Please report any bugs you find.

![Preview](/asmfetch.png)

## Usage

```
$ gcc -nostdlib asmfetch.S -o asmfetch
$ ./asmfetch
```

## Customization

It wasn't designed to be very customizable, but you can tweak one or two things
(including the logo) by modifying the includes in `asmfetch.S`.
1 change: 1 addition & 0 deletions asmfetch.S
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.include "system.S"
.include "uptime.S"

# customization
.include "kernel/without_machine.S"
.include "logo/fedora.S"
.include "shell/path.S"
Expand Down
Binary file added asmfetch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1451342

Please sign in to comment.