From 11a9947f1a68e23001690955d8d0975ad4d6cf0c Mon Sep 17 00:00:00 2001 From: rtm Date: Fri, 21 Jul 2006 13:18:04 +0000 Subject: bread iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1 --- buf.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 buf.h (limited to 'buf.h') diff --git a/buf.h b/buf.h new file mode 100644 index 0000000..a4cea5e --- /dev/null +++ b/buf.h @@ -0,0 +1,5 @@ +struct buf { + int flags; + uchar data[512]; +}; +#define B_BUSY 0x1 -- cgit v1.2.3