diff options
author | Clemens Fries <git-generic@xenoworld.de> | 2018-12-05 18:19:52 +0100 |
---|---|---|
committer | Clemens Fries <git-generic@xenoworld.de> | 2018-12-05 18:27:53 +0100 |
commit | 0b8e618c7e32bd22158ee74bc3cf095b1b262032 (patch) | |
tree | fe220e7bcc31d934cb5ae29e93622f0ed445136a /README.adoc | |
parent | bed5515c8dee2a19c1ba9dbc005e078c613e3cf3 (diff) |
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 9ee985a..f818e56 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,11 @@ == Assembly Stuff +=== `boot/` + Trying to do some low-level i386 assembly. I apparently succeeded loading some data from a virtual floppy disk. Maybe, one day, I'll try to do more. + +=== `linux64/` + +Wrote a small program for amd64 Linux that uses a syscall to print its first +parameter to stdout. |