diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-05-26 03:00:03 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-05-26 03:00:03 (EDT) |
commit | bc6c27150536ba776fb366bb2b66ef43e7b096a2 (patch) | |
tree | 7230f3e88798953b4e0be3c082eab573dd713b9c |
Initial commit
-rw-r--r-- | .gitignore | 5 | ||||
-rw-r--r-- | dev/trunk/arch | 5 | ||||
-rw-r--r-- | dev/trunk/plat | 14 |
3 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..da1ca9e --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Swap and backup files +*.s[a-w]? +*.vim +*~ +*.orig diff --git a/dev/trunk/arch b/dev/trunk/arch new file mode 100644 index 0000000..fecd1c8 --- /dev/null +++ b/dev/trunk/arch @@ -0,0 +1,5 @@ +Architecture: i686-linux-glibc +Description: IA-32 (Intel P6 microarchitecture), Linux, GNU C Library + +Architecture: amd64-linux-glibc +Description: AMD64, Linux, GNU C Library diff --git a/dev/trunk/plat b/dev/trunk/plat new file mode 100644 index 0000000..fbb1007 --- /dev/null +++ b/dev/trunk/plat @@ -0,0 +1,14 @@ +Platform: dev +Description: Development under chroot + +Platform: ao751h +Tags: pc +Description: Acer Aspire One AO751h + +Platform: dimension2400 +Tags: pc +Description: Dell Dimension 2400 + +Platform: x60 +Tags: pc +Description: Lenovo ThinkPad X60/X60s/X60t/T60 |