diff options
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. |