diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-17 17:33:08 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-17 17:33:08 +0100 |
| commit | 760182314b03f07cf423b95f0d3c444406b02c6b (patch) | |
| tree | c61c3ffd73e3d4c0d71f9037e2cf5c12f88ba0b4 /Makefile | |
| parent | d88b0f2e0285cf14c3003fee7a71d995722fb19a (diff) | |
removed wrong comment from Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ $(FOOLOS): $(IMG_FILLUP) $(BIN_KERNEL) $(SUBDIRS) #data starts at 0x168000 dd if=$(BIN_MP) of=$@ bs=512 seek=842 conv=notrunc dd if=$(BIN_FOOLFONT) of=$@ bs=512 seek=843 conv=notrunc - dd if=$(IMG_USERSPACE) of=$@ bs=512 seek=846 conv=notrunc #will end up at 0x80800 in ram + dd if=$(IMG_USERSPACE) of=$@ bs=512 seek=846 conv=notrunc ############ virtual machines stuff ############ |
